mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 02:58:48 +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
|
||||
* I/O error occurs, or the end of the stream is reached.
|
||||
*
|
||||
* @parm buffer Destination buffer
|
||||
* @parm offset location in buffer to start storing characters
|
||||
* @parm charsToRead maximum characters to read
|
||||
* @param buffer Destination buffer
|
||||
* @param offset location in buffer to start storing characters
|
||||
* @param charsToRead maximum characters to read
|
||||
* @return number of characters actually read, -1 if reach EOF on reading first character
|
||||
* @exception IOException
|
||||
* if an I/O error occurs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue