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:
parent
045c740f3a
commit
41d8c9bdc5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue