We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639b425 commit 4707a53Copy full SHA for 4707a53
src/net/sharksystem/asap/ASAP.java
@@ -62,7 +62,7 @@ public static String createUniqueID() {
62
}
63
64
// set index
65
- //i = timeDigits;
+ i = timeDigits;
66
67
// random digits
68
long rValue = now + nowUnchanged;
0 commit comments