- Timestamp:
- 2018-07-22T22:29:41+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
r13901 r14044 46 46 public class DiffResultProcessor { 47 47 48 privatestatic class DiffResultEntry {49 privatelong newId;50 privateint newVersion;48 static class DiffResultEntry { 49 long newId; 50 int newVersion; 51 51 } 52 52 … … 209 209 } 210 210 } 211 212 final Map<PrimitiveId, DiffResultEntry> getDiffResults() { 213 return new HashMap<>(diffResults); 214 } 211 215 }
Note:
See TracChangeset
for help on using the changeset viewer.