Skip to content

Commit

Permalink
JENA-1882: UUID clock seq bits is 14
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Apr 16, 2020
1 parent 50eac4a commit 0ac51cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class UUID_V1_Gen implements UUIDFactory

// Generator initial state
int clockSeq = 0 ;
private static final int CLOCK_BITS = 8 ;
private static final int CLOCK_BITS = 14 ;
long node = 0 ;

// Time control
Expand Down

0 comments on commit 0ac51cf

Please sign in to comment.