Changeset 5321 in josm
- Timestamp:
- Jul 11, 2012 6:59:12 PM (11 months 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.
