commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Don't use ⪚ to make gjdoc happy


From: Mark Wielaard
Subject: Don't use ⪚ to make gjdoc happy
Date: Fri, 12 Mar 2004 17:22:46 +0100

Hi,

I needed the following to make gjdoc happy.
We really should fix gjdoc and not work around these issues (see also
bug #4832) but since we really want a release ASAP I have committed it
for now.

 2004-03-12  Mark Wielaard  <address@hidden>
 
      * java/io/BufferedReader.java: Use &lt;=, not &lt;&eq; to make gjdoc
      happy.

Cheers,

Mark

--- java/io/BufferedReader.java 6 Feb 2004 13:17:09 -0000       1.22
+++ java/io/BufferedReader.java 12 Mar 2004 16:17:34 -0000
@@ -112,7 +112,7 @@
    * @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)
   {

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]