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/DownloadWMSVectorImage.java

    r32425 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
     
    4242                    if (wmsLayer.isRaster()) {
    4343                        // set raster image commune bounding box based on current view (before adjustment)
    44                         JOptionPane.showMessageDialog(Main.parent,tr("This commune is not vectorized.\nPlease use the other menu entry to georeference a \"Plan image\""));
     44                        JOptionPane.showMessageDialog(Main.parent,
     45                                tr("This commune is not vectorized.\nPlease use the other menu entry to georeference a \"Plan image\""));
    4546                        Main.getLayerManager().removeLayer(wmsLayer);
    4647                        wmsLayer = null;
     
    5354                // grab new images from wms server into active layer
    5455                wmsLayer.grab(bounds);
    55             }
    56             else if(wmsLayer.getImages().size()==0)
     56            } else if (wmsLayer.getImages().size() == 0)
    5757              // failed to contact WMS of find this commune. Remove layer if empty.
    5858              Main.getLayerManager().removeLayer(wmsLayer);
Note: See TracChangeset for help on using the changeset viewer.