feat: Moved package name from cn.org.codecrafters to com.onixbyte
This commit is contained in:
+1
-1
@@ -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
|
||||
+1
-1
@@ -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
|
||||
+2
-2
@@ -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;
|
||||
+3
-3
@@ -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;
|
||||
+1
-1
@@ -32,4 +32,4 @@
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
package cn.org.codecrafters.guid;
|
||||
package com.onixbyte.guid;
|
||||
Reference in New Issue
Block a user