Removed DOCUMENT ME comments that were generated and applied source code
[utils] / test / enterprise / src / main / java / org / wamblee / support / persistence / Database.java
index f37474ea9ea335ea6afcefcf74c568c5704d7986..187612a081241f804931afae531690640def3623 100755 (executable)
@@ -23,13 +23,13 @@ import javax.sql.DataSource;
  * @author Erik Brakkee
  */
 public interface Database {
-       
+
     /**
      * Starts a database. This call should not block and return as soon as the
      * database has been started.
      */
     DataSource start();
-    
+
     /**
      * Gets the Jdbc Url to connect to this database.
      *