Skip to content

Commit

Permalink
make replayCounter a long to avoid overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
madmike200590 committed Jul 9, 2020
1 parent d5fbdf4 commit 55b53c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ public void decreaseActivity() {
private int assignmentsForChoicePosition;
private int mbtCount;
private boolean checksEnabled;
int replayCounter;
long replayCounter;

public TrailAssignment(AtomStore atomStore, boolean checksEnabled) {
this.checksEnabled = checksEnabled;
Expand Down

0 comments on commit 55b53c7

Please sign in to comment.