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:
parent
b88791b45f
commit
29d8c269b9
|
@ -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.
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue