+2004-01-11 Sascha Brawer <brawer@dandelis.ch>
+
+ * javax/swing/undo/CompoundEdit.java (serialVersionUID): Added.
+
2004-01-11 Michael Koch <konqueror@gmx.de>
* javax/swing/undo/StateEditable.java
/* CompoundEdit.java -- Combines multiple UndoableEdits.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
public class CompoundEdit
extends AbstractUndoableEdit
{
+ /**
+ * The identifier of this class in object serialization. Determined
+ * using the serialver tool of Sun J2SE 1.4.1_01.
+ */
+ private static final long serialVersionUID = -6512679249930119683L;
+
+
/**
* The <code>UndoableEdit</code>s being combined into a compound
* editing action.