From 2c4d54e6d07a0b3aab74c0a5bafe55f49dabb86d Mon Sep 17 00:00:00 2001
From: Michael Koch
Date: Tue, 20 Apr 2004 10:51:42 +0000
Subject: JLayeredPane.java, [...]: Fixed HTML tags in javadocs all over.
2004-04-20 Michael Koch
* javax/swing/JLayeredPane.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/undo/CompoundEdit.java,
javax/swing/undo/StateEdit.java:
Fixed HTML tags in javadocs all over.
From-SVN: r80893
---
libjava/javax/swing/undo/CompoundEdit.java | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
(limited to 'libjava/javax/swing/undo/CompoundEdit.java')
diff --git a/libjava/javax/swing/undo/CompoundEdit.java b/libjava/javax/swing/undo/CompoundEdit.java
index 565a327..730d5b2 100644
--- a/libjava/javax/swing/undo/CompoundEdit.java
+++ b/libjava/javax/swing/undo/CompoundEdit.java
@@ -45,17 +45,18 @@ import java.util.Vector;
* UndoableEdits
.
*
* The use of a CompoundEdit
is divided in two separate
- * phases.
- *
- *
- In the first phase, the
CompoundEdit
is
- * initialized. After a new instance of CompoundEdit
has
- * been created, {@link #addEdit(UndoableEdit)} is called for each
- * element of the compound. To terminate the initialization phase,
- * call {@link #end()}.
+ * phases.
*
+ *
+ * - In the first phase, the
CompoundEdit
is
+ * initialized. After a new instance of CompoundEdit
has
+ * been created, {@link #addEdit(UndoableEdit)} is called for each
+ * element of the compound. To terminate the initialization phase,
+ * call {@link #end()}.
* - In the second phase, the the
CompoundEdit
can be
- * used, typically by invoking {@link #undo()} and {@link
- * #redo()}.
+ * used, typically by invoking {@link #undo()} and
+ * {@link #redo()}.
+ *
*
* @author Andrew Selkirk (aselkirk@sympatico.ca)
* @author Sascha Brawer (brawer@dandelis.ch)
--
cgit v1.1