This patch (committed) fixes a cut-and-paste error in the API docs for the paramString() method:

2006-05-14  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/JMenuItem.java
        (paramString): Fixed class name in API doc comment.

Regards,

Dave
Index: javax/swing/JMenuItem.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/JMenuItem.java,v
retrieving revision 1.29
diff -u -r1.29 JMenuItem.java
--- javax/swing/JMenuItem.java  20 Apr 2006 13:09:20 -0000      1.29
+++ javax/swing/JMenuItem.java  14 May 2006 20:27:04 -0000
@@ -673,7 +673,7 @@
   }
 
   /**
-   * Returns a string describing the attributes for the <code>JToolTip</code>
+   * Returns a string describing the attributes for the <code>JMenuItem</code>
    * component, for use in debugging.  The return value is guaranteed to be 
    * non-<code>null</code>, but the format of the string may vary between
    * implementations.

Reply via email to