Skip to content

Commit

Permalink
[hotfix][benchmarks] add @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Kruber authored and NicoK committed Sep 13, 2018
1 parent 230fd17 commit fbe816e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public SerializingLongReceiver(InputGate inputGate, int expectedRepetitionsOfExp
});
}

@Override
protected void readRecords(long lastExpectedRecord) throws Exception {
LOG.debug("readRecords(lastExpectedRecord = {})", lastExpectedRecord);
final LongValue value = new LongValue();
Expand Down

0 comments on commit fbe816e

Please sign in to comment.