Changeset 5321 in josm


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