- Timestamp:
- 2012-07-11T18:59:12+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
r5266 r5321 133 133 if (conflict != null) { 134 134 OsmPrimitive firstRefs = conflict.b.iterator().next(); 135 Long objId = conflict.a.getId();135 String objId = Long.toString(conflict.a.getId()); 136 136 Collection<Long> refIds= Utils.transform(conflict.b, new Utils.Function<OsmPrimitive, Long>() { 137 137
Note:
See TracChangeset
for help on using the changeset viewer.