I committed this patch:

2005-09-28  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/UIDefaults.java
        (getBoolean(Object)): API doc correction.

Regards,

Dave
Index: javax/swing/UIDefaults.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/UIDefaults.java,v
retrieving revision 1.22
diff -u -r1.22 UIDefaults.java
--- javax/swing/UIDefaults.java 21 Jul 2005 08:38:18 -0000      1.22
+++ javax/swing/UIDefaults.java 28 Sep 2005 14:51:21 -0000
@@ -577,8 +577,8 @@
    *
    * @param key the key to the requested entry
    *
-   * @return the boolean entry for <code>key</code> or null if no such entry
-   *     exists
+   * @return The boolean entry for <code>key</code> or <code>false</code> if 
no 
+   *         such entry exists.
    */
   public boolean getBoolean(Object key)
   {
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to