mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 15:08:49 +00:00
StringReplaceReader: Fix JavaDoc @param tags.
This commit is contained in:
parent
f229b71e10
commit
1b831b53a4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue