Ignore:
Timestamp:
2013-08-22T00:35:23+02:00 (12 years ago)
Author:
donvip
Message:

[josm_public_transport] see #josm8987 - update to JOSM 6173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java

    r29859 r29861  
    2929                        oldTime = trackref.stoplistTM.timeAt(workingLine);
    3030                        oldShelter = node.get("shelter");
    31                         try {
    32                                 oldLatLon = node.getCoor().clone();
    33                         } catch (CloneNotSupportedException e) {
    34                                 e.printStackTrace();
    35                         }
     31                        oldLatLon = node.getCoor();
    3632                }
    3733                this.time = (String) trackref.stoplistTM.getValueAt(workingLine, 0);
Note: See TracChangeset for help on using the changeset viewer.