StringReplaceReader: Fix JavaDoc @param tags.

This commit is contained in:
Andreas Schildbach 2019-10-15 23:05:55 +02:00
parent f229b71e10
commit 1b831b53a4

View file

@ -129,9 +129,9 @@ public class StringReplaceReader extends FilterReader implements Cloneable {
* Read characters into a portion of an array. This method will block until some input is available, an * Read characters into a portion of an array. This method will block until some input is available, an
* I/O error occurs, or the end of the stream is reached. * I/O error occurs, or the end of the stream is reached.
* *
* @parm buffer Destination buffer * @param buffer Destination buffer
* @parm offset location in buffer to start storing characters * @param offset location in buffer to start storing characters
* @parm charsToRead maximum characters to read * @param charsToRead maximum characters to read
* @return number of characters actually read, -1 if reach EOF on reading first character * @return number of characters actually read, -1 if reach EOF on reading first character
* @exception IOException * @exception IOException
* if an I/O error occurs * if an I/O error occurs