This patch (committed) fixes a bad API doc comment:

2006-03-10  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/DefaultCellEditor.java
        (cancelCellEditing): Removed spurious API doc tag.

Regards,

Dave
Index: javax/swing/DefaultCellEditor.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/DefaultCellEditor.java,v
retrieving revision 1.22
diff -u -r1.22 DefaultCellEditor.java
--- javax/swing/DefaultCellEditor.java  3 Mar 2006 12:06:41 -0000       1.22
+++ javax/swing/DefaultCellEditor.java  10 Mar 2006 16:38:46 -0000
@@ -171,9 +171,7 @@
     /**
      * Cancel the cell editing session. This method notifies the registered
      * cell editor listeners (including the table) that the editing has been
-     * canceled. 
-     * 
-     * @returns boolean
+     * canceled.
      */
     public void cancelCellEditing()
     {

Reply via email to