BufferedReader.java: Use <=, not <&eq; to make gjdoc happy.
2004-03-19 Mark Wielaard <mark@klomp.org> * java/io/BufferedReader.java: Use <=, not <&eq; to make gjdoc happy. From-SVN: r79704
This commit is contained in:
parent
f94b08878f
commit
44b20223ef
2 changed files with 6 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class BufferedReader extends Reader
|
|||
* @param in The subordinate stream to read from
|
||||
* @param size The buffer size to use
|
||||
*
|
||||
* @exception IllegalArgumentException if size <&eq; 0
|
||||
* @exception IllegalArgumentException if size <= 0
|
||||
*/
|
||||
public BufferedReader(Reader in, int size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue