2004-11-21 Michael Koch <konqueror@gmx.de>
* java/beans/PropertyChangeSupport.java (propertyChangeSupportSerializedDataVersion): Made static. * java/beans/VetoableChangeSupport.java (propertyChangeSupportSerializedDataVersion): Likewise. From-SVN: r90983
This commit is contained in:
committed by
Michael Koch
parent
1fda9d7bbb
commit
f146ac0af8
@@ -89,7 +89,7 @@ public class VetoableChangeSupport implements Serializable
|
||||
*
|
||||
* @serial the serialization format
|
||||
*/
|
||||
private final int vetoableChangeSupportSerializedDataVersion = 2;
|
||||
private static final int vetoableChangeSupportSerializedDataVersion = 2;
|
||||
|
||||
/**
|
||||
* The list of all registered vetoable listeners. If this instance was
|
||||
|
||||
Reference in New Issue
Block a user