HTTPCLIENT-1065: javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1076561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2011-03-03 09:01:14 +00:00
parent 045c740f3a
commit 41d8c9bdc5
1 changed files with 2 additions and 4 deletions

View File

@ -100,8 +100,7 @@ public class SingleClientConnManager implements ClientConnectionManager {
* Creates a new simple connection manager.
*
* @param params the parameters for this manager
* @param schreg the scheme registry, or
* <code>null</code> for the default registry
* @param schreg the scheme registry
*
* @deprecated use {@link SingleClientConnManager#SingleClientConnManager(SchemeRegistry)}
*/
@ -113,8 +112,7 @@ public class SingleClientConnManager implements ClientConnectionManager {
/**
* Creates a new simple connection manager.
*
* @param schreg the scheme registry, or
* <code>null</code> for the default registry
* @param schreg the scheme registry
*/
public SingleClientConnManager(final SchemeRegistry schreg) {
if (schreg == null) {