--- old/src/share/classes/java/sql/ResultSet.java 2013-06-10 10:37:48.889879143 +0100 +++ new/src/share/classes/java/sql/ResultSet.java 2013-06-10 10:37:48.621879149 +0100 @@ -1350,7 +1350,7 @@ * @param rows the number of rows to fetch * @exception SQLException if a database access error occurs; this method * is called on a closed result set or the - * condition rows >= 0 is not satisfied + * condition {@code rows >= 0} is not satisfied * @since 1.2 * @see #getFetchSize */