(no commit message)
[utils] / test / enterprise / src / test / java / org / wamblee / test / persistence / DatabaseUtilsTestBase.java
index 12f3923c8fcfe13aef1ad09e7e73e4ea4157abd6..e6ea7ceb4bfcf39999517b8ccffb3fb65a8959f9 100644 (file)
@@ -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 static junit.framework.Assert.assertEquals;
@@ -52,7 +52,8 @@ public class DatabaseUtilsTestBase {
         dbutils.dropTables(new MyTables());
         dbutils.dropTables(JpaCustomizerBuilder.getCustomizer().getJpaTables());
 
-        builder = new JpaBuilder(db.getJdbcUrl(), db.getUsername(), db.getPassword(), persistenceUnit);
+        builder = new JpaBuilder(db.getJdbcUrl(), db.getUsername(), db
+            .getPassword(), persistenceUnit);
         builder.start();
 
         assertEquals(0, db.getActiveConnections());