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:
Oleg Kalnichevski 2007-04-12 12:43:58 +00:00
parent 1554373cf8
commit d502620eac
1 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.apache.http.cookie.CookieSpecFactory;
import org.apache.http.params.HttpParams;
/**
@ -54,7 +53,7 @@ public final class AuthSchemeRegistry {
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
* retrieve the {@link AuthScheme authentication scheme} from {@link #getAuthScheme(String)}.
*