Skip to content

Commit 82e38a0

Browse files
committed
Order fix
1 parent 1a53bb1 commit 82e38a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/pl/wavesoftware/eid/exceptions

src/main/java/pl/wavesoftware/eid/exceptions/Eid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public interface UniqIdGenerator {
222222
String generateUniqId();
223223
}
224224

225-
private static class StdUniqIdGenerator implements UniqIdGenerator {
225+
private final static class StdUniqIdGenerator implements UniqIdGenerator {
226226

227227
private static final int BASE36 = 36;
228228

0 commit comments

Comments
 (0)