Skip to content

Commit

Permalink
Fixed Checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Feb 14, 2024
1 parent c6f0a64 commit b135ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private UUIDHelper() {
* @return
*/
public static UUID generateUUIDv7() {
return GENERATOR.generate();
return GENERATOR.generate();
}

/**
Expand Down

0 comments on commit b135ac5

Please sign in to comment.