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

This commit is contained in:
Robin Bygrave
2015-07-20 10:43:37 +12:00
parent b3b4c72a77
commit 2dbb2d9911
4 changed files with 0 additions and 31 deletions
@@ -483,11 +483,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
}
@Override
public int save(Iterator<?> it) throws OptimisticLockException {
return 0;
}
@Override
public void delete(Object bean) throws OptimisticLockException {