--- old/src/share/classes/java/security/spec/EncodedKeySpec.java 2013-06-21 17:34:12.469831360 -0700 +++ new/src/share/classes/java/security/spec/EncodedKeySpec.java 2013-06-21 17:34:12.305831363 -0700 @@ -49,7 +49,7 @@ * * @param encodedKey the encoded key. The contents of the * array are copied to protect against subsequent modification. - * @exception NullPointerException if encodedKey + * @exception NullPointerException if {@code encodedKey} * is null. */ public EncodedKeySpec(byte[] encodedKey) { @@ -74,9 +74,9 @@ * (see {@link java.security.Key Key}) can be transformed * (see {@link java.security.KeyFactory KeyFactory}) * into this key specification (or a subclass of it), - * getFormat called + * {@code getFormat} called * on the opaque key returns the same value as the - * getFormat method + * {@code getFormat} method * of this key specification. * * @return a string representation of the encoding format.