Remove commented code

This commit is contained in:
nicksavers 2014-07-02 14:47:41 +02:00
parent 9d4a07ee3e
commit af8f9aef7e
1 changed files with 1 additions and 14 deletions

View File

@ -127,18 +127,5 @@ public class MockDB implements DB {
*/
public int getAddedItems() {
return addedItems;
}
// @Override
// public void forEach(Consumer<? super Entry<byte[], byte[]>> action) {
// TODO Auto-generated method stub
//
// }
// @Override
// public Spliterator<Entry<byte[], byte[]>> spliterator() {
// TODO Auto-generated method stub
// return null;
// }
}
}