jdk/src/share/classes/java/io/StringReader.java
changeset 18156 edb590d448c5
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/io/StringReader.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/java/io/StringReader.java	Mon Jun 10 12:58:32 2013 +0100
@@ -163,7 +163,7 @@
      *                         is no actual limit, so this argument must not
      *                         be negative, but is otherwise ignored.
      *
-     * @exception  IllegalArgumentException  If readAheadLimit is < 0
+     * @exception  IllegalArgumentException  If {@code readAheadLimit < 0}
      * @exception  IOException  If an I/O error occurs
      */
     public void mark(int readAheadLimit) throws IOException {