|
|
|
@ -67,7 +67,6 @@ public class DerbyEmbeddedDatabaseConfigurer implements EmbeddedDatabaseConfigur |
|
|
|
properties.setPassword(""); |
|
|
|
properties.setPassword(""); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void shutdown(DataSource dataSource, String databaseName) { |
|
|
|
public void shutdown(DataSource dataSource, String databaseName) { |
|
|
|
Connection connection = null; |
|
|
|
Connection connection = null; |
|
|
|
try { |
|
|
|
try { |
|
|
|
|