diff src/main/java/nl/cwi/monetdb/merovingian/SabaothDB.java @ 70:17fbaf2635bb

Expand import java.*.* statements Also removed trailing spaces and tabs
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 08 Dec 2016 16:23:46 +0100 (2016-12-08)
parents a5a898f6886c
children b9b35ca2eec2
line wrap: on
line diff
--- a/src/main/java/nl/cwi/monetdb/merovingian/SabaothDB.java
+++ b/src/main/java/nl/cwi/monetdb/merovingian/SabaothDB.java
@@ -8,11 +8,11 @@
 
 package nl.cwi.monetdb.merovingian;
 
-import java.util.*;
+import java.util.Date;
 
 /**
  * Implementation of the Sabaoth C-struct as Java object.
- * 
+ *
  * This Class implements a parser for the string representation of a
  * sabaoth information struct as returned by monetdbd.
  * <br />
@@ -93,7 +93,6 @@ public class SabaothDB {
 		}
 	}
 
-	
 	/**
 	 * Constructs a new SabaothDB object from a String.
 	 *