This commit is contained in:
zzz
2015-11-01 17:29:20 +00:00
parent bbb6da2ac6
commit 787921aa89

View File

@ -23,7 +23,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
* <li>Notification of OOM to registered listener (the router),
* which will cause logging to the wrapper log and a router restart
* <li>Catching and logging "OOM" caused by thread limit in {@link #start()}
* with distint message, and does not call the OOM listener.
* with distinct message, and does not call the OOM listener.
* <li>As of 0.9.21, initialization to NORM_PRIORITY
* (not the priority of the creating thread).
* </ul>