I committed this patch to fix some API doc links:

2005-07-01  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/undo/UndoManager.java: fixed API doc links,
        * javax/swing/undo/UndoableEditSupport.java: likewise.

Regards,

Dave Gilbert
Index: javax/swing/undo/UndoManager.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/undo/UndoManager.java,v
retrieving revision 1.4
diff -u -r1.4 UndoManager.java
--- javax/swing/undo/UndoManager.java   16 Feb 2005 11:41:16 -0000      1.4
+++ javax/swing/undo/UndoManager.java   1 Jul 2005 20:52:44 -0000
@@ -78,7 +78,7 @@
  * <code>javax.swing.undo</code> package, the public methods of an
  * <code>UndoManager</code> are safe to call from concurrent threads.
  * The caller does not need to perform external synchronization, and
- * [EMAIL PROTECTED] javax.swing.event.UndoableEvent} sources do not need to
+ * [EMAIL PROTECTED] javax.swing.event.UndoableEditEvent} sources do not need 
to
  * broadcast their events from inside the Swing worker thread.
  *
  * @author Sascha Brawer ([EMAIL PROTECTED])
@@ -607,7 +607,7 @@
    * <p><b>Thread Safety:</b> This method may safely be invoked from
    * concurrent threads.  The caller does not need to perform external
    * synchronization. This means that [EMAIL PROTECTED]
-   * javax.swing.event.UndoableEvent} sources do not need to broadcast
+   * javax.swing.event.UndoableEditEvent} sources do not need to broadcast
    * their events from inside the Swing worker thread.
    *
    * @param event the event whose <code>edit</code> will be
Index: javax/swing/undo/UndoableEditSupport.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/swing/undo/UndoableEditSupport.java,v
retrieving revision 1.8
diff -u -r1.8 UndoableEditSupport.java
--- javax/swing/undo/UndoableEditSupport.java   16 Feb 2005 11:41:16 -0000      
1.8
+++ javax/swing/undo/UndoableEditSupport.java   1 Jul 2005 20:52:44 -0000
@@ -187,7 +187,7 @@
 
 
   /**
-   * If [EMAIL PROTECTED] #beginEdit} has been called (so that the current
+   * If [EMAIL PROTECTED] #beginUpdate} has been called (so that the current
    * update level is greater than zero), adds the specified edit
    * to [EMAIL PROTECTED] #compoundEdit}. Otherwise, notify listeners of the
    * edit by calling [EMAIL PROTECTED] #_postEdit(UndoableEdit)}.
@@ -233,12 +233,12 @@
 
 
   /**
-   * Creates a new instance of [EMAIL PROTECTED] #CompoundEdit}. Called by 
[EMAIL PROTECTED]
+   * Creates a new instance of [EMAIL PROTECTED] CompoundEdit}. Called by 
[EMAIL PROTECTED]
    * #beginUpdate}. If a subclass wants [EMAIL PROTECTED] #beginUpdate} to work
    * on a specific [EMAIL PROTECTED] #compoundEdit}, it should override this
    * method.
    *
-   * @returns a newly created instance of [EMAIL PROTECTED] #CompoundEdit}.
+   * @returns a newly created instance of [EMAIL PROTECTED] CompoundEdit}.
    */
   protected CompoundEdit createCompoundEdit()
   {
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to