your full thread dump -> the full thread dump

This commit is contained in:
Trustin Lee 2009-09-08 13:30:05 +00:00
parent 26e9b4e7a8
commit 15b3317df5

View File

@ -57,7 +57,7 @@ public class ThreadRenamingRunnable implements Runnable {
* method at the earliest possible point (i.e. before any Netty worker
* thread starts) for consistent thread naming. Otherwise, you might see
* the default thread names and the new names appear at the same time in
* your full thread dump.
* the full thread dump.
*/
public static void setThreadNameDeterminer(ThreadNameDeterminer threadNameDeterminer) {
if (threadNameDeterminer == null) {