Ignore:
Timestamp:
2016-02-09T23:50:50+01:00 (10 years ago)
Author:
donvip
Message:

remove tabs

File:
1 edited

Legend:

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

    r31993 r32060  
    350350                    String lov = new String(input.substring(i+c0ptionListStart.length()-1, j));
    351351                    if (lov.indexOf(">") != -1) {
    352                         Main.info("parse "+lov);
     352                        Main.info("parse "+lov);
    353353                        listOfCommunes.add(lov);
    354354                    } else
     
    547547            for (Layer l : Main.map.mapView.getAllLayers()) {
    548548                if (l instanceof WMSLayer && l.getName().equals(wmsLayer.getName()) && (l != wmsLayer)) {
    549                         Main.info("Try to grab into a new layer when "+wmsLayer.getName()+" is already opened.");
     549                    Main.info("Try to grab into a new layer when "+wmsLayer.getName()+" is already opened.");
    550550                    // remove the duplicated layer
    551551                    Main.main.removeLayer(wmsLayer);
     
    565565        lastWMSLayerName = null;
    566566    }
    567 
    568567}
Note: See TracChangeset for help on using the changeset viewer.