--- old/jdk/src/jdk.security.jgss/share/classes/com/sun/security/jgss/InquireType.java Wed Jan 6 14:55:42 2016 +++ new/jdk/src/jdk.security.jgss/share/classes/com/sun/security/jgss/InquireType.java Wed Jan 6 14:55:42 2016 @@ -41,7 +41,7 @@ *
  • Format: "RAW" *
  • Encoded form: the raw key bytes, not in any ASN.1 encoding * - * @deprecated as of 1.9, replaced by {@link #KRB5_GET_SESSION_KEY_EX} + * @deprecated as of 9, replaced by {@link #KRB5_GET_SESSION_KEY_EX} * which returns an instance of * {@link javax.security.auth.kerberos.EncryptionKey} * that implements the {@link javax.crypto.SecretKey} interface and @@ -54,7 +54,7 @@ * established Kerberos 5 security context. The return value is an * instance of {@link javax.security.auth.kerberos.EncryptionKey}. * - * @since 1.9 + * @since 9 */ KRB5_GET_SESSION_KEY_EX, /** @@ -84,7 +84,7 @@ * is about to send to an acceptor. The return type is an instance of * {@link javax.security.auth.kerberos.KerberosCredMessage}. * - * @since 1.9 + * @since 9 */ KRB5_GET_KRB_CRED, }