Skip to content

Commit

Permalink
Fix visibility of FileBasedGenerator constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ohr committed Feb 22, 2018
1 parent 285eafb commit 6421d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public FileBasedGenerator() {
this(1L);
}

FileBasedGenerator(long increment) {
public FileBasedGenerator(long increment) {
super(increment);
}

Expand Down

0 comments on commit 6421d40

Please sign in to comment.