Index: /applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java
===================================================================
--- /applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java	(revision 28340)
+++ /applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java	(revision 28341)
@@ -14,5 +14,5 @@
 
     public AddEGpxLayerAction() {
-        super(tr("Add EGPX layer"),null,tr("Add EGPX layer"),
+        super(tr("Add EGPX layer"),(String)null,tr("Add EGPX layer"),
             Shortcut.registerShortcut("gpxfilter:egpx", tr("Tool: {0}", tr("Add EGPX layer")),
                  KeyEvent.VK_X, Shortcut.ALT_SHIFT),
@@ -25,5 +25,6 @@
     }
 
-    public void actionPerformed(ActionEvent arg0)  {
+    @Override
+	public void actionPerformed(ActionEvent arg0)  {
         Main.main.addLayer(new EGpxLayer(Main.map.mapView.getRealBounds()));
     }
