--- old/src/share/classes/java/net/SocketInputStream.java Mon Oct 1 10:50:43 2012 +++ new/src/share/classes/java/net/SocketInputStream.java Mon Oct 1 10:50:42 2012 @@ -112,7 +112,7 @@ * length bytes of data. * @param b the buffer into which the data is read * @param off the start offset of the data - * @param len the maximum number of bytes read + * @param length the maximum number of bytes read * @return the actual number of bytes read, -1 is * returned when the end of the stream is reached. * @exception IOException If an I/O error has occurred. @@ -209,7 +209,7 @@ /** * Skips n bytes of input. - * @param n the number of bytes to skip + * @param numbytes the number of bytes to skip * @return the actual number of bytes skipped. * @exception IOException If an I/O error has occurred. */