Commit 44b20223 by Mark Wielaard Committed by Michael Koch

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
parent f94b0887
2004-03-19 Mark Wielaard <mark@klomp.org>
* java/io/BufferedReader.java: Use &lt;=, not &lt;&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 &lt;&eq; 0
* @exception IllegalArgumentException if size &lt;= 0
*/
public BufferedReader(Reader in, int size)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment