diff --git a/src/java/org/apache/http/auth/AuthSchemeRegistry.java b/src/java/org/apache/http/auth/AuthSchemeRegistry.java index 1f53befb6..9d07b8e95 100644 --- a/src/java/org/apache/http/auth/AuthSchemeRegistry.java +++ b/src/java/org/apache/http/auth/AuthSchemeRegistry.java @@ -35,7 +35,6 @@ 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)}. *