This commit is contained in:
地平线
2015-08-17 09:49:00 +08:00
parent 742988aa0c
commit 70e61dffda

View File

@@ -352,7 +352,7 @@ public final class Application {
others.add(entry);
}
}
if (!sncps.isEmpty() && globalNodes.isEmpty()) throw new RuntimeException("found SNCP Server node bug not found <group> node info.");
if (!sncps.isEmpty() && globalNodes.isEmpty()) throw new RuntimeException("found SNCP Server node but not found <group> node info.");
factory.register(RESNAME_APP_NODES, new TypeToken<Map<InetSocketAddress, String>>() {
}.getType(), globalNodes);