Index: applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java
===================================================================
--- applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java	(revision 34272)
+++ applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java	(revision 34273)
@@ -207,9 +207,7 @@
     }
 
-    /**
-     * // TODO: undelete relation members if necessary
-     */
     public void undelete(boolean newLayer, final List<PrimitiveId> ids, final OsmPrimitive parent) {
 
+        // TODO: undelete relation members if necessary
         Logging.info("Undeleting "+ids+(parent == null ? "" : " with parent "+parent));
 
