Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.1-core, 2.1.0-core
-
None
Description
Replace the usage of ConcurrentHashMap with ArrayMap in XhtmlSkin and StyleSheetDocument. These maps are populated once and not modified else where. So usage of ConcurrentHashMap is unnecessary here, ArrayMap should suffice.