8267584: The java.security.krb5.realm system property only needs to be defined once

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2021-05-24 15:45:01 +00:00
parent f2d880c11a
commit 838a007103

View File

@ -106,7 +106,7 @@ public final class KerberosPrincipal
*
* <p>If the input name does not contain a realm, the default realm
* is used. The default realm can be specified either in a Kerberos
* configuration file or via the {@systemProperty java.security.krb5.realm}
* configuration file or via the {@code java.security.krb5.realm}
* system property. For more information, see the
* {@extLink security_guide_jgss_tutorial Kerberos Requirements}.
*
@ -155,7 +155,7 @@ public final class KerberosPrincipal
*
* <p>If the input name does not contain a realm, the default realm
* is used. The default realm can be specified either in a Kerberos
* configuration file or via the {@systemProperty java.security.krb5.realm}
* configuration file or via the {@code java.security.krb5.realm}
* system property. For more information, see the
* {@extLink security_guide_jgss_tutorial Kerberos Requirements}.
*