Use new servers
This commit is contained in:
parent
26cee397e6
commit
a82e6f3eea
@ -82,7 +82,7 @@ public class Configuration
|
|||||||
Preconditions.checkArgument( listeners != null && !listeners.isEmpty(), "No listeners defined." );
|
Preconditions.checkArgument( listeners != null && !listeners.isEmpty(), "No listeners defined." );
|
||||||
|
|
||||||
Map<String, ServerInfo> newServers = adapter.getServers();
|
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 )
|
if ( servers == null )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user