RFR 8081278: Typo in Exception Message

Sean Mullan sean.mullan at oracle.com
Wed May 27 15:26:10 UTC 2015


Looks good!

--Sean

On 05/27/2015 11:08 AM, Weijun Wang wrote:
> Please review the fix below:
>
> diff --git
> a/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java
> b/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java
>
> ---
> a/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java
>
> +++
> b/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java
>
> @@ -85,7 +85,7 @@
>
>           if (creds == null)
>               throw new GSSException(GSSException.NO_CRED, -1,
> -                                   "Failed to find any Kerberos
> credentails");
> +                                   "Failed to find any Kerberos
> credentials");
>
>           if (name == null) {
>               String fullName = creds.getName();
>
> No webrev, noreg-trivial.
>
> Thanks
> Max
>



More information about the security-dev mailing list