Skip to content

Commit

Permalink
Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
YutSean committed Dec 18, 2021
1 parent 5979e66 commit 0bc2f9a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,13 +675,6 @@ static class DumbWALActionsListener implements WALActionsListener {
public void visitLogEntryBeforeWrite(RegionInfo info, WALKey logKey, WALEdit logEdit) {
increments++;
}

// @Override
// public void visitLogEntryBeforeWrite(WALKey logKey, WALEdit logEdit) {
// // To change body of implemented methods use File | Settings | File
// // Templates.
// increments++;
// }
}

@Test
Expand Down

0 comments on commit 0bc2f9a

Please sign in to comment.