#334 - Remove deprecated method - delete(Iterator<?> it) ... change to iterate yourself and delete()

This commit is contained in:
Robin Bygrave
2015-07-20 10:47:51 +12:00
parent 2dbb2d9911
commit b10c68489f
4 changed files with 0 additions and 29 deletions
@@ -488,11 +488,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
}
@Override
public int delete(Iterator<?> it) throws OptimisticLockException {
return 0;
}
@Override
public int delete(Collection<?> c) throws OptimisticLockException {
return 0;