Index: modules/swing/src/main/java/common/javax/swing/undo/StateEdit.java
===================================================================
--- modules/swing/src/main/java/common/javax/swing/undo/StateEdit.java (revision 489577)
+++ modules/swing/src/main/java/common/javax/swing/undo/StateEdit.java (working copy)
@@ -14,20 +14,27 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/**
- * @author Evgeniya G. Maenkova
- * @version $Revision$
- */
package javax.swing.undo;
import java.util.Enumeration;
import java.util.Hashtable;
+/**
+ *
+ * StateEdit
+ *
+ * Implementation Notes:
+ *
+ * - The
serialVersionUID fields are explicitly declared as a performance
+ * optimization, not as a guarantee of serialization compatibility.
+ *
+ */
public class StateEdit extends AbstractUndoableEdit {
-
protected static final String RCSID = "$Id: StateEdit.java,v 1.6 1997/10"
+ "/01 20:05:51 sandipc Exp $";
+ private static final long serialVersionUID = 3432768048263000163L;
+
protected StateEditable object;
protected Hashtable