nutz源码导入报错,String类型没有isEmpty方法
public List<NutResource> scan(String src, String regex) {
** if (src.isEmpty())**
throw new RuntimeException("emtry src is NOT allow");
if ("/".equals(src))
throw new RuntimeException("root path is NOT allow");