--- old/src/share/classes/java/util/zip/ZipInputStream.java 2013-06-10 10:38:08.729878686 +0100 +++ new/src/share/classes/java/util/zip/ZipInputStream.java 2013-06-10 10:38:08.457878693 +0100 @@ -232,7 +232,7 @@ * @return the actual number of bytes skipped * @exception ZipException if a ZIP file error has occurred * @exception IOException if an I/O error has occurred - * @exception IllegalArgumentException if n < 0 + * @exception IllegalArgumentException if {@code n < 0} */ public long skip(long n) throws IOException { if (n < 0) {