Ignore:
Timestamp:
2016-04-13T22:54:39+02:00 (9 years ago)
Author:
donvip
Message:

remove useless import causing problem with future core refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/actions/ShowLayerFiltersDialog.java

    r31506 r32146  
    1313
    1414import org.openstreetmap.josm.Main;
    15 import org.openstreetmap.josm.gui.dialogs.LayerListDialog.ShowHideLayerAction;
    1615import org.openstreetmap.josm.gui.layer.ImageryLayer;
    1716import org.openstreetmap.josm.gui.layer.Layer;
     
    2827 *
    2928 */
    30 public final class ShowLayerFiltersDialog extends AbstractAction implements
    31                 LayerAction {
     29public final class ShowLayerFiltersDialog extends AbstractAction implements LayerAction {
    3230
    3331        private List<FiltersDialog> dialogs = new ArrayList<FiltersDialog>();
    3432
    3533        /**
    36          * Creates a {@link ShowHideLayerAction} which will toggle the visibility of
    37          * the currently selected layers
    38          *
     34         * Constructs a new {@code ShowLayerFiltersDialog}.
    3935         */
    4036        public ShowLayerFiltersDialog() {
Note: See TracChangeset for help on using the changeset viewer.