We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1bd7e commit 87ae592Copy full SHA for 87ae592
src/main/java/pl/wavesoftware/eid/exceptions/Eid.java
@@ -222,7 +222,7 @@ public interface UniqIdGenerator {
222
String generateUniqId();
223
}
224
225
- private final static class StdUniqIdGenerator implements UniqIdGenerator {
+ private static final class StdUniqIdGenerator implements UniqIdGenerator {
226
227
private static final int BASE36 = 36;
228
0 commit comments