removed wrong comments
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3fd74f63bc
commit
91f7ef4cef
|
@ -62,8 +62,6 @@ public class DefaultHttpRoutePlanner implements HttpRoutePlanner {
|
|||
}
|
||||
|
||||
|
||||
// default constructor
|
||||
|
||||
|
||||
public void setConnectionManager(ClientConnectionManager aConnManager) {
|
||||
this.connectionManager = aConnManager;
|
||||
|
|
|
@ -70,8 +70,6 @@ public class ProxySelectorRoutePlanner implements HttpRoutePlanner {
|
|||
}
|
||||
|
||||
|
||||
// default constructor
|
||||
|
||||
|
||||
public void setConnectionManager(ClientConnectionManager aConnManager) {
|
||||
this.connectionManager = aConnManager;
|
||||
|
|
Loading…
Reference in New Issue