-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: client-libs
-
b27
Field javax.imageio.spi.IIORegistry#initialCategories is modified only in static {} block, which makes it effectively final. Instead of legacy synchronized Vector we can use an immutable List here.