git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-02-24 20:05:14 +00:00
parent 7eb9097b1c
commit 78198edcbd
1 changed files with 2 additions and 2 deletions

View File

@ -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