mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
removed @Override
This commit is contained in:
-1
@@ -67,7 +67,6 @@ public class DerbyEmbeddedDatabaseConfigurer implements EmbeddedDatabaseConfigur
|
||||
properties.setPassword("");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdown(DataSource dataSource, String databaseName) {
|
||||
Connection connection = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user