8081278: Typo in Exception Message
Reviewed-by: mullan
This commit is contained in:
parent
7c57878f39
commit
18dd0d6305
@ -85,7 +85,7 @@ public class Krb5AcceptCredential
|
||||
|
||||
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user