no effective code change: Add missing @Override annotation and removed duplicate methods in interfaces

This commit is contained in:
Roland Praml
2021-09-01 09:58:27 +02:00
parent c0007d3c1a
commit b2bfca7ec6
17 changed files with 18 additions and 9 deletions
@@ -90,6 +90,7 @@ public class TestElementCollectionBasicCache extends BaseTestCase {
LoggedSqlCollector.stop();
}
@Override
public boolean isPersistBatchOnCascade() {
return ((SpiEbeanServer) Ebean.getDefaultServer()).getDatabasePlatform().getPersistBatchOnCascade() != PersistBatch.NONE;
}
@@ -96,6 +96,7 @@ public class TestElementCollectionBasicMapCache extends BaseTestCase {
LoggedSqlCollector.stop();
}
@Override
public boolean isPersistBatchOnCascade() {
return ((SpiEbeanServer) Ebean.getDefaultServer()).getDatabasePlatform().getPersistBatchOnCascade() != PersistBatch.NONE;
}