8055373: Typo in InquireType.java
authorweijun
Wed, 20 Aug 2014 10:49:54 +0800
changeset 26040 af4c76290f84
parent 26039 a6d9e5b030b1
child 26041 ca1b8bdbe663
8055373: Typo in InquireType.java Reviewed-by: mullan
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 @@
      *    </ul>
      * @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}.
      */