Remove commented code
This commit is contained in:
parent
9d4a07ee3e
commit
af8f9aef7e
|
@ -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;
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue