feat: Moved package name from cn.org.codecrafters to com.onixbyte

This commit is contained in:
Zihlu Wang
2024-04-26 01:50:46 +08:00
parent 65287d0b24
commit 8dd0dad8d9
66 changed files with 180 additions and 188 deletions
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.guid;
package com.onixbyte.guid;
/**
* The {@code GuidCreator} is a generic interface for generating globally unique
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.guid.exceptions;
package com.onixbyte.guid.exceptions;
/**
* The {@code TimingException} class represents an exception that is thrown
@@ -21,7 +21,7 @@
* during the generation or processing of global unique identifiers (GUIDs).
* <p>
* The main exception class in this package is {@link
* cn.org.codecrafters.guid.exceptions.TimingException}, which is a runtime
* com.onixbyte.guid.exceptions.TimingException}, which is a runtime
* exception and serves as the base exception for all other custom exceptions
* related to GUID generation.
* <p>
@@ -38,4 +38,4 @@
*
* @since 1.0.0
*/
package cn.org.codecrafters.guid.exceptions;
package com.onixbyte.guid.exceptions;
@@ -15,10 +15,10 @@
* limitations under the License.
*/
package cn.org.codecrafters.guid.impl;
package com.onixbyte.guid.impl;
import cn.org.codecrafters.guid.GuidCreator;
import cn.org.codecrafters.guid.exceptions.TimingException;
import com.onixbyte.guid.GuidCreator;
import com.onixbyte.guid.exceptions.TimingException;
import java.time.LocalDateTime;
import java.time.ZoneId;
@@ -32,4 +32,4 @@
*
* @since 1.0.0
*/
package cn.org.codecrafters.guid;
package com.onixbyte.guid;