Ticket #8987: plugins.diff
| File plugins.diff, 796 bytes (added by , 13 years ago) |
|---|
-
plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java
28 28 oldName = node.get("name"); 29 29 oldTime = trackref.stoplistTM.timeAt(workingLine); 30 30 oldShelter = node.get("shelter"); 31 try { 32 oldLatLon = node.getCoor().clone(); 33 } catch (CloneNotSupportedException e) { 34 e.printStackTrace(); 35 } 31 oldLatLon = node.getCoor(); 36 32 } 37 33 this.time = (String) trackref.stoplistTM.getValueAt(workingLine, 0); 38 34 this.name = (String) trackref.stoplistTM.getValueAt(workingLine, 1);
