TODO was removed

This commit is contained in:
Roman Ivanov 2014-07-30 17:44:09 -07:00
parent 85265a9b28
commit 02e6ed4038
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ public final class LocalizedMessage
/**
* A cache that maps bundle names to RessourceBundles.
* Avoids repetitive calls to ResourceBundle.getBundle().
* TODO: The cache should be cleared at some point.
*/
private static final Map<String, ResourceBundle> BUNDLE_CACHE =
Collections.synchronizedMap(new HashMap<String, ResourceBundle>());