Changeset 16628 in josm for trunk/src/org/openstreetmap/josm/tools/WinRegistry.java
- Timestamp:
- 2020-06-14T14:55:29+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/WinRegistry.java
r14977 r16628 202 202 } 203 203 regCloseKey.invoke(root, getNumber(handles, 0)); 204 return results;204 return Collections.unmodifiableMap(results); 205 205 } 206 206 … … 226 226 } 227 227 regCloseKey.invoke(root, getNumber(handles, 0)); 228 return results;228 return Collections.unmodifiableList(results); 229 229 } 230 230
Note:
See TracChangeset
for help on using the changeset viewer.
