removed @Override

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1198 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-05-16 15:34:47 +00:00
parent 2587e09b57
commit 2c2d2d5a8b
@@ -67,7 +67,6 @@ public class DerbyEmbeddedDatabaseConfigurer implements EmbeddedDatabaseConfigur
properties.setPassword("");
}
@Override
public void shutdown(DataSource dataSource, String databaseName) {
Connection connection = null;
try {