Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@527904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1554373cf8
commit
d502620eac
|
@ -35,7 +35,6 @@ import java.util.LinkedHashMap;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.apache.http.cookie.CookieSpecFactory;
|
|
||||||
import org.apache.http.params.HttpParams;
|
import org.apache.http.params.HttpParams;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -54,7 +53,7 @@ public final class AuthSchemeRegistry {
|
||||||
private final Map registeredSchemes = new LinkedHashMap();
|
private final Map registeredSchemes = new LinkedHashMap();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers a {@link CookieSpecFactory} with the given identifier. If a factory with the
|
* Registers a {@link AuthSchemeFactory} with the given identifier. If a factory with the
|
||||||
* given name already exists it will be overridden. This name is the same one used to
|
* given name already exists it will be overridden. This name is the same one used to
|
||||||
* retrieve the {@link AuthScheme authentication scheme} from {@link #getAuthScheme(String)}.
|
* retrieve the {@link AuthScheme authentication scheme} from {@link #getAuthScheme(String)}.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue