From 64a1b4189106a7459a10c857bf4449a69c38afdc Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 8 Sep 2009 13:18:49 +0000 Subject: [PATCH] Too many 'new's --- 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 33f3590720..6ec6b4b892 100644 --- a/src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java +++ b/src/main/java/org/jboss/netty/util/ThreadRenamingRunnable.java @@ -51,7 +51,7 @@ public class ThreadRenamingRunnable implements Runnable { /** * Sets the {@link ThreadNameDeterminer} which overrides the proposed new - * thread name. Please note that the new {@link ThreadNameDeterminer} + * thread name. Please note that the specified {@link ThreadNameDeterminer} * affects only new {@link ThreadRenamingRunnable}s; the existing instances * are not affected at all. Therefore, you should make sure to call this * method at the earliest possible point for consistent thread naming.