diff --git a/module-client/src/main/java/org/apache/http/impl/conn/tsccm/ConnPoolByRoute.java b/module-client/src/main/java/org/apache/http/impl/conn/tsccm/ConnPoolByRoute.java index e1907bc41..9bcdf99b5 100644 --- a/module-client/src/main/java/org/apache/http/impl/conn/tsccm/ConnPoolByRoute.java +++ b/module-client/src/main/java/org/apache/http/impl/conn/tsccm/ConnPoolByRoute.java @@ -95,7 +95,7 @@ public class ConnPoolByRoute extends AbstractConnPool { /** * Indicates the source of an interruption. * Set to true inside - * {@link #notifyWaitingThread(RouteConnPool)} + * {@link #notifyWaitingThread(RouteSpecificPool)} * and {@link #shutdown shutdown()} * before the thread is interrupted. * If not set, the thread was interrupted from the outside. diff --git a/module-client/src/main/java/org/apache/http/impl/conn/tsccm/RouteSpecificPool.java b/module-client/src/main/java/org/apache/http/impl/conn/tsccm/RouteSpecificPool.java index bed452d77..7e5c626fd 100644 --- a/module-client/src/main/java/org/apache/http/impl/conn/tsccm/RouteSpecificPool.java +++ b/module-client/src/main/java/org/apache/http/impl/conn/tsccm/RouteSpecificPool.java @@ -149,8 +149,6 @@ public class RouteSpecificPool { * be passed to {@link #freeEntry freeEntry}. * * @param entry the entry that was created for this pool - * - * @return the new pool entry for a new entry */ public void createdEntry(BasicPoolEntry entry) {