Index: applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java
===================================================================
--- applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java	(revision 29531)
+++ applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java	(revision 29533)
@@ -140,5 +140,7 @@
     }
 
-    //context item "Convert to GPX layer"
+    /**
+     * Context item "Convert to GPX layer"
+     */
     public class ConvertToGpxLayerAction extends AbstractAction {
         public ConvertToGpxLayerAction() {
@@ -157,5 +159,7 @@
     }
 
-    //context item "Convert to GPX layer with anonymised time"
+    /**
+     * Context item "Convert to GPX layer with anonymised time"
+     */
     public class ConvertToAnonTimeGpxLayerAction extends AbstractAction {
         public ConvertToAnonTimeGpxLayerAction() {
