blank() -> isBlank().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3749 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -460,7 +460,7 @@ public class JmeApp
|
||||
{
|
||||
String cfgdir = ".narya";
|
||||
String home = System.getProperty("user.home");
|
||||
if (!StringUtil.blank(home)) {
|
||||
if (!StringUtil.isBlank(home)) {
|
||||
cfgdir = home + File.separator + cfgdir;
|
||||
}
|
||||
// create the configuration directory if it does not already exist
|
||||
|
||||
Reference in New Issue
Block a user