refactor(global): make package name standardization

This commit is contained in:
Zihlu Wang
2023-07-29 23:18:56 +08:00
parent da6fdccb88
commit b7d4cf6c1e
9 changed files with 10 additions and 10 deletions
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devutils;
package cn.org.codecrafters.devkit.utils;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devutils;
package cn.org.codecrafters.devkit.utils;
import java.util.Arrays;
import java.util.Objects;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devutils;
package cn.org.codecrafters.devkit.utils;
import java.math.BigDecimal;
import java.math.RoundingMode;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devutils;
package cn.org.codecrafters.devkit.utils;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devutils;
package cn.org.codecrafters.devkit.utils;
import lombok.extern.slf4j.Slf4j;