@@ -42,6 +42,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
//为null,为"",为 " " --- sunhh
public static boolean isEmptySunhh(final Object obj) {
+
int strLen;
if (obj == null) {
return true;