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:
Roland Weber 2008-01-31 18:28:24 +00:00
parent 3fd74f63bc
commit 91f7ef4cef
2 changed files with 0 additions and 4 deletions

View File

@ -62,8 +62,6 @@ public class DefaultHttpRoutePlanner implements HttpRoutePlanner {
}
// default constructor
public void setConnectionManager(ClientConnectionManager aConnManager) {
this.connectionManager = aConnManager;

View File

@ -70,8 +70,6 @@ public class ProxySelectorRoutePlanner implements HttpRoutePlanner {
}
// default constructor
public void setConnectionManager(ClientConnectionManager aConnManager) {
this.connectionManager = aConnManager;