We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cddcbe commit da14860Copy full SHA for da14860
README.md
@@ -83,7 +83,7 @@ For example:
83
```java
84
UUID uuid = Generators.timeBasedGenerator().generate(); // Version 1
85
UUID uuid = Generators.randomBasedGenerator().generate(); // Version 4
86
-UUID uuid = Generators.nameBasedgenerator().generate("string to hash"); // Version 5
+UUID uuid = Generators.nameBasedGenerator().generate("string to hash"); // Version 5
87
// With JUG 4.1+: support for https://github.com/uuid6/uuid6-ietf-draft versions 6 and 7:
88
UUID uuid = Generators.timeBasedReorderedGenerator().generate(); // Version 6
89
UUID uuid = Generators.timeBasedEpochGenerator().generate(); // Version 7
0 commit comments