refactor(global): make package name standardization
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.devutils;
|
package cn.org.codecrafters.devkit.utils;
|
||||||
|
|
||||||
import java.nio.charset.Charset;
|
import java.nio.charset.Charset;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.devutils;
|
package cn.org.codecrafters.devkit.utils;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.devutils;
|
package cn.org.codecrafters.devkit.utils;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.math.RoundingMode;
|
import java.math.RoundingMode;
|
||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.devutils;
|
package cn.org.codecrafters.devkit.utils;
|
||||||
|
|
||||||
import java.nio.charset.Charset;
|
import java.nio.charset.Charset;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.devutils;
|
package cn.org.codecrafters.devkit.utils;
|
||||||
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
|
||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.guid;
|
package cn.org.codecrafters.devkit.guid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The `GuidCreator` is a generic interface for generating globally unique
|
* The `GuidCreator` is a generic interface for generating globally unique
|
||||||
+2
-2
@@ -15,9 +15,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.guid;
|
package cn.org.codecrafters.devkit.guid;
|
||||||
|
|
||||||
import cn.org.codecrafters.guid.exceptions.TimingException;
|
import cn.org.codecrafters.devkit.guid.exceptions.TimingException;
|
||||||
|
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
import java.time.ZoneOffset;
|
import java.time.ZoneOffset;
|
||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package cn.org.codecrafters.guid.exceptions;
|
package cn.org.codecrafters.devkit.guid.exceptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The TimingException class represents an exception that is thrown when there is an error related
|
* The TimingException class represents an exception that is thrown when there is an error related
|
||||||
+1
-1
@@ -32,4 +32,4 @@
|
|||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
package cn.org.codecrafters.guid;
|
package cn.org.codecrafters.devkit.guid;
|
||||||
Reference in New Issue
Block a user