Fix build for Java 5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user