classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: UIDefaults API doc fix


From: David Gilbert
Subject: [cp-patches] FYI: UIDefaults API doc fix
Date: Wed, 28 Sep 2005 15:54:05 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

I committed this patch:

2005-09-28  David Gilbert  <address@hidden>

        * 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)
   {

reply via email to

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