Fix build for Java 5

This commit is contained in:
dsyer
2010-01-30 11:33:36 +00:00
parent d8cc4d105d
commit 74efdde4f3

View File

@@ -22,8 +22,6 @@ public class DerbyShutdownBean implements DisposableBean {
this.dataSource = dataSource;
}
@Override
public void destroy() throws Exception {
logger.info("Attempting Derby database shut down on: " + dataSource);
if (!isShutdown && dataSource != null