(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / persistence / Database.java
index da8ff158ab0e6160f6a5db1174f5d9229503436e..6627343294affe0b49ef6421a012e2ee3a184a5c 100755 (executable)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.test.persistence;
 
 import javax.sql.DataSource;
@@ -29,13 +29,14 @@ public interface Database {
      * database has been started.
      */
     DataSource start();
-    
+
     /**
-     * Gets the number of active connections from the pool. This is useful for 
-     * determining resource leaks. 
-     * @return Active connections. 
+     * Gets the number of active connections from the pool. This is useful for
+     * determining resource leaks.
+     * 
+     * @return Active connections.
      */
-    int getActiveConnections(); 
+    int getActiveConnections();
 
     /**
      * Gets the Jdbc Url to connect to this database.