RFR 8081278: Typo in Exception Message

Weijun Wang weijun.wang at oracle.com
Wed May 27 15:08:19 UTC 2015


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