Skip to content

Commit

Permalink
JLS Order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Jul 19, 2015
1 parent 6c1bd7e commit 87ae592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pl/wavesoftware/eid/exceptions/Eid.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public interface UniqIdGenerator {
String generateUniqId();
}

private final static class StdUniqIdGenerator implements UniqIdGenerator {
private static final class StdUniqIdGenerator implements UniqIdGenerator {

private static final int BASE36 = 36;

Expand Down

0 comments on commit 87ae592

Please sign in to comment.