fixed JavaDoc warnings

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@564938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-08-11 16:42:58 +00:00
parent b88791b45f
commit 29d8c269b9
2 changed files with 1 additions and 3 deletions

View File

@ -95,7 +95,7 @@ public class ConnPoolByRoute extends AbstractConnPool {
/**
* Indicates the source of an interruption.
* Set to <code>true</code> 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.

View File

@ -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) {