apps-android-wikipedia icon indicating copy to clipboard operation
apps-android-wikipedia copied to clipboard

Use ConcurrentHashMap.

Open Isira-Seneviratne opened this issue 2 years ago • 0 comments

It is recommended to use ConcurrentHashMap over Hashtable, and it removes the need to manually make the methods in DateUtil synchronized.

Isira-Seneviratne avatar Apr 16 '22 04:04 Isira-Seneviratne