mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-27 20:26:07 +00:00
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…
x
Reference in New Issue
Block a user