Skip to content

Commit 6136a92

Browse files
committed
bug fix
1 parent 1061846 commit 6136a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/io/cloudboost/util/UUID.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ public static String uuid() {
5555
char[] uuid = new char[36];
5656
int r;
5757

58-
// rfc4122 requires these characters
58+
/*
59+
*rfc4122 requires these characters
60+
*/
5961
uuid[8] = uuid[13] = uuid[18] = uuid[23] = '-';
6062
uuid[14] = '4';
6163

0 commit comments

Comments
 (0)