-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 11, 17, 19, 20
-
Component/s: client-libs
-
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.