From 70e61dffda96813315fa751153eb766c00ae40c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=B0=E5=B9=B3=E7=BA=BF?= <22250530@qq.com> Date: Mon, 17 Aug 2015 09:49:00 +0800 Subject: [PATCH] --- src/com/wentch/redkale/boot/Application.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/wentch/redkale/boot/Application.java b/src/com/wentch/redkale/boot/Application.java index 2b302cab3..0f5a7cd31 100644 --- a/src/com/wentch/redkale/boot/Application.java +++ b/src/com/wentch/redkale/boot/Application.java @@ -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 node info."); + if (!sncps.isEmpty() && globalNodes.isEmpty()) throw new RuntimeException("found SNCP Server node but not found node info."); factory.register(RESNAME_APP_NODES, new TypeToken>() { }.getType(), globalNodes);