From 78198edcbd5a88b6ed920226ea290851a3eedbbd Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Mon, 24 Feb 2014 20:05:14 +0000 Subject: [PATCH] Javadoc git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571419 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient/src/main/java/org/apache/http/auth/AuthScope.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpclient/src/main/java/org/apache/http/auth/AuthScope.java b/httpclient/src/main/java/org/apache/http/auth/AuthScope.java index a26705ddb..c3c7f85e7 100644 --- a/httpclient/src/main/java/org/apache/http/auth/AuthScope.java +++ b/httpclient/src/main/java/org/apache/http/auth/AuthScope.java @@ -98,7 +98,7 @@ public class AuthScope { * to any port of the host. * @param realm authentication realm. May be {@link #ANY_REALM} if applies * to any realm on the host. - * @param scheme authentication scheme. May be {@link #ANY_SCHEME} if applies + * @param schemeName authentication scheme. May be {@link #ANY_SCHEME} if applies * to any scheme supported by the host. */ public AuthScope( @@ -119,7 +119,7 @@ public class AuthScope { * @param origin host of origin * @param realm authentication realm. May be {@link #ANY_REALM} if applies * to any realm on the host. - * @param scheme authentication scheme. May be {@link #ANY_SCHEME} if applies + * @param schemeName authentication scheme. May be {@link #ANY_SCHEME} if applies * to any scheme supported by the host. * * @since 4.2