-
Enhancement
-
Resolution: Fixed
-
P5
-
11, 17, 19, 20
-
b20
Field PropertyEditorSupport.listeners is accessed only under synchronized(this).
It means extra synchronization by Vector is not needed. And we can use non-thread safe ArrayList instead.
It means extra synchronization by Vector is not needed. And we can use non-thread safe ArrayList instead.