-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: 6
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b32
-
CPU:generic
-
OS:generic
Name: at153223 Date: 07/23/2004
Documentation for these two methods in VetoableChangeSupport:
public void fireVetoableChange(String, int, int)
public void fireVetoableChange(String, boolean, boolean)
contains some inaccuracy in the next string:
"No event is fired if old and new are equal and non-null."
Values of 'int' or 'boolean' type can't be null. This was valid
only for: public void fireVetoableChange(String, Object, Object).
======================================================================