Skip to content

Commit 58f6fa8

Browse files
committed
1 将一些提示信息变为中文
1 parent 281afe7 commit 58f6fa8

54 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/src/main/java/pro/tools/constant/RegexConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public final class RegexConst {
114114
public static final Pattern REGEX_NEGATIVE_FLOAT = compile("^-[1-9]\\d*\\.\\d*|-0\\.\\d*[1-9]\\d*$");
115115

116116
private RegexConst() {
117-
throw new UnsupportedOperationException("u can't instantiate me...");
117+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
118118
}
119119
//endregion
120120

common/src/main/java/pro/tools/constant/StrConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public final class StrConst {
1313

1414
private StrConst() {
15-
throw new UnsupportedOperationException("u can't instantiate me...");
15+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
1616
}
1717

1818
/**

common/src/main/java/pro/tools/constant/UnitConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public final class UnitConst {
1313

1414
private UnitConst() {
15-
throw new UnsupportedOperationException("u can't instantiate me...");
15+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
1616
}
1717

1818
//region 存储相关常量

common/src/main/java/pro/tools/data/ToolSerialize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public final class ToolSerialize {
1111

1212
private ToolSerialize() {
13-
throw new UnsupportedOperationException("u can't instantiate me...");
13+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
1414
}
1515

1616
private static FSTConfiguration CONFIGURATION = FSTConfiguration

common/src/main/java/pro/tools/data/decimal/ToolDecimal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public final class ToolDecimal {
1818

1919
private ToolDecimal() {
20-
throw new UnsupportedOperationException("u can't instantiate me...");
20+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
2121
}
2222

2323
private final static BigInteger HUNDRED = BigInteger.valueOf(100);

common/src/main/java/pro/tools/data/image/ToolBarCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public final class ToolBarCode {
3333

3434
private ToolBarCode() {
35-
throw new UnsupportedOperationException("u can't instantiate me...");
35+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
3636
}
3737

3838
/**

common/src/main/java/pro/tools/data/image/ToolImagePressText.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public final class ToolImagePressText {
1616

1717
private ToolImagePressText() {
18-
throw new UnsupportedOperationException("u can't instantiate me...");
18+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
1919
}
2020

2121
/**

common/src/main/java/pro/tools/data/image/ToolImageResize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public final class ToolImageResize {
2929

3030
private ToolImageResize() {
31-
throw new UnsupportedOperationException("u can't instantiate me...");
31+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
3232
}
3333

3434
public static final MediaTracker TRACKER = new MediaTracker(new Component() {

common/src/main/java/pro/tools/data/image/ToolImageTailor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public final class ToolImageTailor {
2020

2121
private ToolImageTailor() {
22-
throw new UnsupportedOperationException("u can't instantiate me...");
22+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
2323
}
2424

2525
/**

common/src/main/java/pro/tools/data/text/ToolConvert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public final class ToolConvert {
2121
private static final char[] HEX_DIGITS = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
2222

2323
private ToolConvert() {
24-
throw new UnsupportedOperationException("u can't instantiate me...");
24+
throw new UnsupportedOperationException("我是工具类,别初始化我。。。");
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)