This commit is contained in:
Redkale
2016-08-24 17:39:53 +08:00
parent bc19d75422
commit 58f4f28e14

View File

@@ -359,8 +359,8 @@ public abstract class NodeServer {
long e = System.currentTimeMillis() - s;
if (slist != null) slist.add(new StringBuilder().append(threadName).append(y.toSimpleString()).append(" loaded and inited ").append(e).append(" ms").append(LINE_SEPARATOR).toString());
});
Collections.sort(slist);
if (slist != null && sb != null) {
Collections.sort(slist);
for (String s : slist) {
sb.append(s);
}