--- old/src/share/classes/javax/crypto/spec/IvParameterSpec.java 2013-06-10 10:38:09.453878668 +0100 +++ new/src/share/classes/javax/crypto/spec/IvParameterSpec.java 2013-06-10 10:38:09.173878677 +0100 @@ -68,7 +68,7 @@ * starts. * @param len the number of IV bytes. * @throws IllegalArgumentException if iv is null - * or (iv.length - offset < len) + * or {@code (iv.length - offset < len)} * @throws ArrayIndexOutOfBoundsException is thrown if offset * or len index bytes outside the iv. */