fix pr comments
This commit is contained in:
parent
87325bcd10
commit
95faab9c2e
@ -121,7 +121,7 @@ public class StringUtils {
|
||||
return org.springframework.util.StringUtils.hasLength(str);
|
||||
}
|
||||
|
||||
public static boolean isNoneBlank(String str) {
|
||||
public static boolean isNoneBlank(String... str) {
|
||||
return org.apache.commons.lang3.StringUtils.isNoneBlank(str);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user