removed @Override
This commit is contained in:
parent
eee52f8804
commit
a12ffa5c4c
|
@ -67,7 +67,6 @@ public class DerbyEmbeddedDatabaseConfigurer implements EmbeddedDatabaseConfigur
|
|||
properties.setPassword("");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdown(DataSource dataSource, String databaseName) {
|
||||
Connection connection = null;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue