Changeset 9530 in josm
- Timestamp:
- 2016-01-18T21:50:52+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/TagSettingsPanel.java
r9522 r9530 3 3 4 4 import java.awt.BorderLayout; 5 import java.util. Collections;5 import java.util.HashMap; 6 6 import java.util.Map; 7 7 import java.util.Observable; … … 101 101 @Deprecated 102 102 public Map<String, String> getDefaultTags() { 103 return Collections.emptyMap();103 return new HashMap<>(); 104 104 } 105 105
Note:
See TracChangeset
for help on using the changeset viewer.