summaryrefslogtreecommitdiff
path: root/javax/swing/undo/StateEditable.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/undo/StateEditable.java')
-rw-r--r--javax/swing/undo/StateEditable.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/javax/swing/undo/StateEditable.java b/javax/swing/undo/StateEditable.java
index 3b9ac6c18..7e6cc9785 100644
--- a/javax/swing/undo/StateEditable.java
+++ b/javax/swing/undo/StateEditable.java
@@ -1,5 +1,5 @@
/* StateEditable.java -- Interface for collaborating with StateEdit.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -90,9 +90,9 @@ public interface StateEditable
* from the specified hash table.
*
* <p><b>Note to implementors of this interface:</b> To increase
- * efficiency, the <code>StateEdit</code> class {@linkplan
- * StateEdit#removeRedundantState() removes redundant state
- * information}. Therefore, implementations of this interface must be
+ * efficiency, the <code>StateEdit</code> class {@link
+ * StateEdit#removeRedundantState()} removes redundant state
+ * information. Therefore, implementations of this interface must be
* prepared for the case where certain keys were stored into the
* table by {@link #storeState}, but are not present anymore
* when the <code>restoreState</code> method gets called.