Skip to content

Commit

Permalink
Try ReentrantLock for UUIDv7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolimace committed Oct 14, 2023
1 parent f0ef42f commit e6d263d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/github/f4b6a3/uuid/UuidCreatorWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* See: https://github.com/f4b6a3/uuid-creator/issues/92
*/
public class UuidCreatorWrapper {

public static final UuidCreatorWrapper INSTANCE = new UuidCreatorWrapper();
private static ReentrantLock lock = new ReentrantLock();

public static UUID getUUID() {
Expand Down

0 comments on commit e6d263d

Please sign in to comment.