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:
Michael Koch
2004-11-21 19:05:16 +00:00
committed by Michael Koch
parent 1fda9d7bbb
commit f146ac0af8
3 changed files with 9 additions and 2 deletions
@@ -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