jdk/src/share/classes/javax/crypto/spec/IvParameterSpec.java
changeset 18156 edb590d448c5
parent 10336 0bb1999251f8
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/crypto/spec/IvParameterSpec.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/javax/crypto/spec/IvParameterSpec.java	Mon Jun 10 12:58:32 2013 +0100
@@ -68,7 +68,7 @@
      * starts.
      * @param len the number of IV bytes.
      * @throws IllegalArgumentException if <code>iv</code> is <code>null</code>
-     * or <code>(iv.length - offset < len)</code>
+     * or {@code (iv.length - offset < len)}
      * @throws ArrayIndexOutOfBoundsException is thrown if <code>offset</code>
      * or <code>len</code> index bytes outside the <code>iv</code>.
      */