forked from plusone/plusone-commons
优化代码。
This commit is contained in:
@@ -166,7 +166,7 @@ public class Assert {
|
||||
Assert.isFalse((arr == null || arr.length() == 0), errorMessageTemplate, args);
|
||||
}
|
||||
|
||||
// private consrtuctor
|
||||
// private constructor
|
||||
private Assert() {
|
||||
throw new IllegalStateException("Utility class");
|
||||
}
|
||||
|
Reference in New Issue
Block a user