Update the document for UUID

This commit is contained in:
YuCheng Hu 2023-11-03 13:57:03 -04:00
parent 2a6e7a32be
commit e3f5468ef7
No known key found for this signature in database
GPG Key ID: 942395299055675C
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.timebaseduuid;
package com.ossez.timebaseduuid;
import com.fasterxml.uuid.Generators;

View File

@ -1,4 +1,4 @@
package com.baeldung.timebaseduuid;
package com.ossez.timebaseduuid;
import com.github.f4b6a3.uuid.UuidCreator;

View File

@ -1,4 +1,4 @@
package com.baeldung.timebaseduuid;
package com.ossez.timebaseduuid;
import com.github.f4b6a3.uuid.UuidCreator;

View File

@ -1,4 +1,4 @@
package com.baeldung.uuid;
package com.ossez.uuid;
import java.nio.charset.StandardCharsets;
import java.security.MessageDigest;

View File

@ -1,4 +1,4 @@
package com.baeldung.uuid;
package com.ossez.uuid;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;