Ticket #8987: plugins.diff

File plugins.diff, 796 bytes (added by shinigami, 13 years ago)
  • plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java

     
    2828                        oldName = node.get("name");
    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);
    3834                this.name = (String) trackref.stoplistTM.getValueAt(workingLine, 1);