# HG changeset patch # User weijun # Date 1408502994 -28800 # Node ID af4c76290f84283300aa635aebaa84963df82ba7 # Parent a6d9e5b030b162cc15968cee775d609834b420e0 8055373: Typo in InquireType.java Reviewed-by: mullan diff -r a6d9e5b030b1 -r af4c76290f84 jdk/src/java.security.jgss/share/classes/com/sun/security/jgss/InquireType.java --- a/jdk/src/java.security.jgss/share/classes/com/sun/security/jgss/InquireType.java Tue Aug 19 12:26:34 2014 -0700 +++ b/jdk/src/java.security.jgss/share/classes/com/sun/security/jgss/InquireType.java Wed Aug 20 10:49:54 2014 +0800 @@ -43,7 +43,7 @@ * * @deprecated as of 1.9, replaced by {@link #KRB5_GET_SESSION_KEY_EX} * which returns an instance of - * {@link sun.security.jgss.krb5.Krb5Context.EncryptionKey} + * {@link javax.security.auth.kerberos.EncryptionKey} * that implements the {@link javax.crypto.SecretKey} interface and * has similar methods with {@link javax.security.auth.kerberos.KerberosKey}. */