Details
-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b21
Description
Usage of thread-safe collection Vector is unnecessary. It's recommended to use ArrayList if a thread-safe implementation is not needed.