用JBOLT自动生成的代码,第一个就return了
public static Prop useFirstFound(String... fileNames) {
for (String fn : fileNames) {
try {
return use(fn, Const.DEFAULT_ENCODING);
} catch (Exception e) {
continue ;
}
}
throw new IllegalArgumentException("娌℃湁閰嶇疆鏂囦欢鍙浣跨敤");
}
项目:JFinal
你可能要的是 append 或者 appendIfExists(...)