commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Patch: javax.swing.undo.CompoundEdit


From: Sascha Brawer
Subject: FYI: Patch: javax.swing.undo.CompoundEdit
Date: Fri, 9 Jan 2004 11:14:04 +0100

Hi,

I've committed the enclosed patch for serialization compatibility.

-- Sascha

Sascha Brawer, address@hidden, http://www.dandelis.ch/people/brawer/ 



Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.1776
diff -u -r1.1776 ChangeLog
--- ChangeLog   9 Jan 2004 08:59:29 -0000       1.1776
+++ ChangeLog   9 Jan 2004 10:07:22 -0000
@@ -1,3 +1,7 @@
+2004-01-09  Sascha Brawer  <address@hidden>
+
+       * javax/swing/undo/CompoundEdit.java (serialVersionUID): Added.
+
 2004-01-09  Michael Koch  <address@hidden>
 
        * java/awt/geom/PathIterator.java
Index: javax/swing/undo/CompoundEdit.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/undo/CompoundEdit.java,v
retrieving revision 1.3
diff -u -r1.3 CompoundEdit.java
--- javax/swing/undo/CompoundEdit.java  17 Nov 2003 16:11:32 -0000      1.3
+++ javax/swing/undo/CompoundEdit.java  9 Jan 2004 10:07:22 -0000
@@ -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 @@
 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.
+   */
+  static final long serialVersionUID = -6512679249930119683L;
+
+
   /**
    * The <code>UndoableEdit</code>s being combined into a compound
    * editing action.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]