Use new servers

This commit is contained in:
md_5 2013-04-26 17:48:32 +10:00
parent 26cee397e6
commit a82e6f3eea

View File

@ -82,7 +82,7 @@ public class Configuration
Preconditions.checkArgument( listeners != null && !listeners.isEmpty(), "No listeners defined." );
Map<String, ServerInfo> newServers = adapter.getServers();
Preconditions.checkArgument( servers != null && !servers.isEmpty(), "No servers defined" );
Preconditions.checkArgument( newServers != null && !newServers.isEmpty(), "No servers defined" );
if ( servers == null )
{