diff --git a/src/main/java/org/jboss/netty/util/ThreadNameDeterminer.java b/src/main/java/org/jboss/netty/util/ThreadNameDeterminer.java index 19505baf5b..3aa3d73610 100644 --- a/src/main/java/org/jboss/netty/util/ThreadNameDeterminer.java +++ b/src/main/java/org/jboss/netty/util/ThreadNameDeterminer.java @@ -68,9 +68,9 @@ public interface ThreadNameDeterminer { * Overrides the thread name proposed by {@link ThreadRenamingRunnable}. * * @param current the current thread name - * @param service the service name (e.g. "New I/O") - * @param category the category name (e.g. "server boss") - * @param id the thread ID (e.g. "3" or "1-3") + * @param service the service name (e.g. "New I/O" or "Old I/O") + * @param category the category name (e.g. "server boss" or "client worker") + * @param id the thread ID (e.g. "1" or "1-3") * @param comment the optional comment which might help debugging * * @return the actual new thread name.