mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21957 Fixed java compiler warnings
This commit is contained in:
parent
0c9d6f6b85
commit
b5acb0ffc2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class UnitPreferences {
|
|||
private static final Map<String, String> measurementSystem;
|
||||
|
||||
static {
|
||||
Map tempMS = new HashMap<String, String>();
|
||||
Map<String, String> tempMS = new HashMap<>();
|
||||
tempMS.put("metric", "001");
|
||||
tempMS.put("ussystem", "US");
|
||||
tempMS.put("uksystem", "GB");
|
||||
|
|
Loading…
Add table
Reference in a new issue