Skip to content

Commit 18682e8

Browse files
committed
fix: remove impl note
1 parent 40d8b59 commit 18682e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guid/src/main/java/com/onixbyte/guid/impl/SequentialUuidCreator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
* <p>
3434
* The generated UUID adheres strictly to the layout and variant bits of UUID version 7 as defined in the specification.
3535
* </p>
36-
*
37-
* @implNote This class implements the {@link GuidCreator} interface, providing UUID instances as unique identifiers.
3836
*/
3937
public class SequentialUuidCreator implements GuidCreator<UUID> {
4038

0 commit comments

Comments
 (0)