removed @Override

This commit is contained in:
Keith Donald 2009-05-16 15:34:47 +00:00
parent eee52f8804
commit a12ffa5c4c
1 changed files with 0 additions and 1 deletions

View File

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