mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-28 16:01:00 +08:00
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
@ -1,3 +1,8 @@
|
||||
2004-03-19 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* java/io/BufferedReader.java: Use <=, not <&eq; to make gjdoc
|
||||
happy.
|
||||
|
||||
2004-02-10 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* configure.in: Build java for hppa target.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user