8246640: @systemproperty should be @systemProperty in java.security.jgss

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2020-06-05 17:55:57 +08:00
parent 5f0f4d75e0
commit f833afa660

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 {@systemProperty 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 {@systemProperty java.security.krb5.realm}
* system property. For more information, see the
* {@extLink security_guide_jgss_tutorial Kerberos Requirements}.
*