From 15b3317df554ef10dcd07c732f444da480df0db2 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 8 Sep 2009 13:30:05 +0000 Subject: [PATCH] your full thread dump -> the full thread dump --- src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java b/src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java index 1bdca84393..691826ff0b 100644 --- a/src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java +++ b/src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java @@ -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) {