diff -r 10f55dd791e1 -r da3648e13e67 jdk/src/share/classes/java/net/SocketInputStream.java --- a/jdk/src/share/classes/java/net/SocketInputStream.java Sat Sep 29 15:44:06 2012 +0400 +++ b/jdk/src/share/classes/java/net/SocketInputStream.java Mon Oct 01 15:36:57 2012 +0100 @@ -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. */