CompoundEdit.java (serialVersionUID): Added.
2004-01-11 Sascha Brawer <brawer@dandelis.ch> * javax/swing/undo/CompoundEdit.java (serialVersionUID): Added. From-SVN: r75671
This commit is contained in:
parent
bd9131c09c
commit
fc58328a06
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* 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.
|
||||
|
||||
@ -63,6 +63,13 @@ import java.util.Vector;
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user