Index: /applications/editors/josm/plugins/public_transport/build.xml
===================================================================
--- /applications/editors/josm/plugins/public_transport/build.xml	(revision 29860)
+++ /applications/editors/josm/plugins/public_transport/build.xml	(revision 29861)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="6169"/>
+    <property name="plugin.main.version" value="6173"/>
 
     <property name="plugin.author" value="Roland M. Olbricht"/>
Index: /applications/editors/josm/plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java
===================================================================
--- /applications/editors/josm/plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java	(revision 29860)
+++ /applications/editors/josm/plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java	(revision 29861)
@@ -29,9 +29,5 @@
 			oldTime = trackref.stoplistTM.timeAt(workingLine);
 			oldShelter = node.get("shelter");
-			try {
-				oldLatLon = node.getCoor().clone();
-			} catch (CloneNotSupportedException e) {
-				e.printStackTrace();
-			}
+			oldLatLon = node.getCoor();
 		}
 		this.time = (String) trackref.stoplistTM.getValueAt(workingLine, 0);
