Skip to content

Commit 4707a53

Browse files
committed
make my own UUID
1 parent 639b425 commit 4707a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/sharksystem/asap/ASAP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static String createUniqueID() {
6262
}
6363

6464
// set index
65-
//i = timeDigits;
65+
i = timeDigits;
6666

6767
// random digits
6868
long rValue = now + nowUnchanged;

0 commit comments

Comments
 (0)