Ignore:
Timestamp:
2016-07-04T14:18:17+02:00 (10 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java

    r32329 r32556  
    1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others
     1// License: GPL. For details, see LICENSE file.
    22package cadastre_fr;
    33
     
    1313import org.openstreetmap.josm.gui.layer.Layer;
    1414
    15 public class WMSDownloadAction /*extends JosmAction */{
     15public class WMSDownloadAction /*extends JosmAction */ {
    1616
    1717//    public WMSDownloadAction(String layerName) {
     
    3232            for (Layer l : Main.getLayerManager().getLayers()) {
    3333                if (l instanceof WMSLayer) {
    34                     existingWMSlayers.add((WMSLayer)l);
     34                    existingWMSlayers.add((WMSLayer) l);
    3535                }
    3636            }
     
    5050        return null;
    5151    }
    52 };
    53 
     52}
Note: See TracChangeset for help on using the changeset viewer.