@@ -19,7 +19,7 @@ import com.ozs.common.core.text.StrFormatter;
public class StringUtils extends org.apache.commons.lang3.StringUtils {
//为null,为"",为 " " --- sunhh
- public static boolean isEmptyS(final Object obj) {
+ public static boolean isEmpty(final Object obj) {
int strLen;
if (obj == null) {
return true;