Changeset 5321 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2012-07-11T18:59:12+02:00 (12 years ago)
Author:
simon04
Message:

Don't localize id in precondition failed messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

    r5266 r5321  
    133133        if (conflict != null) {
    134134            OsmPrimitive firstRefs = conflict.b.iterator().next();
    135             Long objId = conflict.a.getId();
     135            String objId = Long.toString(conflict.a.getId());
    136136            Collection<Long> refIds= Utils.transform(conflict.b, new Utils.Function<OsmPrimitive, Long>() {
    137137
Note: See TracChangeset for help on using the changeset viewer.