Index: applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowLayerFiltersDialog.java
===================================================================
--- applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowLayerFiltersDialog.java	(revision 32144)
+++ applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowLayerFiltersDialog.java	(revision 32146)
@@ -13,5 +13,4 @@
 
 import org.openstreetmap.josm.Main;
-import org.openstreetmap.josm.gui.dialogs.LayerListDialog.ShowHideLayerAction;
 import org.openstreetmap.josm.gui.layer.ImageryLayer;
 import org.openstreetmap.josm.gui.layer.Layer;
@@ -28,13 +27,10 @@
  *
  */
-public final class ShowLayerFiltersDialog extends AbstractAction implements
-		LayerAction {
+public final class ShowLayerFiltersDialog extends AbstractAction implements LayerAction {
 
 	private List<FiltersDialog> dialogs = new ArrayList<FiltersDialog>();
 
 	/**
-	 * Creates a {@link ShowHideLayerAction} which will toggle the visibility of
-	 * the currently selected layers
-	 *
+	 * Constructs a new {@code ShowLayerFiltersDialog}.
 	 */
 	public ShowLayerFiltersDialog() {
