Commit fc58328a by Sascha Brawer Committed by Michael Koch

CompoundEdit.java (serialVersionUID): Added.

2004-01-11  Sascha Brawer  <brawer@dandelis.ch>

	* javax/swing/undo/CompoundEdit.java (serialVersionUID): Added.

From-SVN: r75671
parent bd9131c0
2004-01-11 Sascha Brawer <brawer@dandelis.ch>
* javax/swing/undo/CompoundEdit.java (serialVersionUID): Added.
2004-01-11 Michael Koch <konqueror@gmx.de> 2004-01-11 Michael Koch <konqueror@gmx.de>
* javax/swing/undo/StateEditable.java * javax/swing/undo/StateEditable.java
......
/* CompoundEdit.java -- Combines multiple UndoableEdits. /* 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. This file is part of GNU Classpath.
...@@ -64,6 +64,13 @@ public class CompoundEdit ...@@ -64,6 +64,13 @@ public class CompoundEdit
extends AbstractUndoableEdit 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 * The <code>UndoableEdit</code>s being combined into a compound
* editing action. * editing action.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment