Compare commits

...

1 Commits

Author SHA1 Message Date
Jiajie Zhong 00ce7ce606 [common] Using protected in CommonUtils constructor 2022-04-19 13:39:17 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class CommonUtils {
private static final Base64 BASE64 = new Base64();
private CommonUtils() {
protected CommonUtils() {
throw new UnsupportedOperationException("Construct CommonUtils");
}