-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 17, 21
-
Component/s: client-libs
-
b05
'Vector<Object> args' is used only in single method and then it converted to Object[].
So we can avoid usage of legacy synchronized Vector here and use ArrayList instead.
So we can avoid usage of legacy synchronized Vector here and use ArrayList instead.