[HUDI-143] Excluding javax.* from utilities and spark bundles
- Plus minor code review comments
This commit is contained in:
committed by
Balaji Varadarajan
parent
7a973a6944
commit
d0b9b56b7d
@@ -62,7 +62,7 @@ public class StringUtils {
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
public static boolean isEmpty(String str) {
|
||||
public static boolean isNullOrEmpty(String str) {
|
||||
return str == null || str.length() == 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user