fix bug in configuration system

This commit is contained in:
Sebastian Sdorra
2011-05-19 14:42:24 +02:00
parent db9d648567
commit a1c1feb349

View File

@@ -171,6 +171,7 @@ public class App
if (config == null)
{
config = ScmClientConfig.getInstance().getDefaultConfig();
}
if (Util.isNotEmpty(serverUrl))
{
@@ -187,7 +188,6 @@ public class App
config.setPassword(password);
}
}
}
//~--- fields ---------------------------------------------------------------