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:33:50 +0100

Hi,

I've committed the enclosed patch to make serialVersionUID private, in
order to follow the Classpath style. Thanks to Michael Koch for pointing
this out.

-- Sascha

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



2004-01-09  Sascha Brawer  <address@hidden>

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

Index: javax/swing/undo/CompoundEdit.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/undo/CompoundEdit.java,v
retrieving revision 1.4
diff -r1.4 CompoundEdit.java
70c70
<   static final long serialVersionUID = -6512679249930119683L;
---
>   private static final long serialVersionUID = -6512679249930119683L;






reply via email to

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