fix: remove impl note

This commit is contained in:
siujamo
2025-06-04 11:27:55 +08:00
parent 40d8b59919
commit 18682e8325
@@ -33,8 +33,6 @@ import java.util.UUID;
* <p> * <p>
* The generated UUID adheres strictly to the layout and variant bits of UUID version 7 as defined in the specification. * The generated UUID adheres strictly to the layout and variant bits of UUID version 7 as defined in the specification.
* </p> * </p>
*
* @implNote This class implements the {@link GuidCreator} interface, providing UUID instances as unique identifiers.
*/ */
public class SequentialUuidCreator implements GuidCreator<UUID> { public class SequentialUuidCreator implements GuidCreator<UUID> {