classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: API doc fixes for UndoableEditSupport and UndoManager


From: David Gilbert
Subject: [cp-patches] FYI: API doc fixes for UndoableEditSupport and UndoManager
Date: Fri, 01 Jul 2005 22:01:27 +0000
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050426)

I committed this patch to fix some API doc links:

2005-07-01  David Gilbert  <address@hidden>

        * 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
- * address@hidden javax.swing.event.UndoableEvent} sources do not need to
+ * address@hidden javax.swing.event.UndoableEditEvent} sources do not need to
  * broadcast their events from inside the Swing worker thread.
  *
  * @author Sascha Brawer (address@hidden)
@@ -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 address@hidden
-   * 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 address@hidden #beginEdit} has been called (so that the current
+   * If address@hidden #beginUpdate} has been called (so that the current
    * update level is greater than zero), adds the specified edit
    * to address@hidden #compoundEdit}. Otherwise, notify listeners of the
    * edit by calling address@hidden #_postEdit(UndoableEdit)}.
@@ -233,12 +233,12 @@
 
 
   /**
-   * Creates a new instance of address@hidden #CompoundEdit}. Called by 
address@hidden
+   * Creates a new instance of address@hidden CompoundEdit}. Called by 
address@hidden
    * #beginUpdate}. If a subclass wants address@hidden #beginUpdate} to work
    * on a specific address@hidden #compoundEdit}, it should override this
    * method.
    *
-   * @returns a newly created instance of address@hidden #CompoundEdit}.
+   * @returns a newly created instance of address@hidden CompoundEdit}.
    */
   protected CompoundEdit createCompoundEdit()
   {

reply via email to

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