Ignore:
Timestamp:
2010-09-15T18:54:18+02:00 (16 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

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

    r21191 r23190  
    2525
    2626public class CacheControl implements Runnable {
    27    
     27
    2828    public static final String cLambertCC9Z = "CC";
    2929
     
    5555        return ret;
    5656    }
    57    
     57
    5858    public CacheControl(WMSLayer wmsLayer) {
    5959        cacheEnabled = Main.pref.getBoolean("cadastrewms.enableCaching", true);
     
    110110                    int reply = (Integer)pane.getValue();
    111111                    // till here
    112    
     112
    113113                    if (reply == JOptionPane.OK_OPTION && loadCache(file, wmsLayer.getLambertZone())) {
    114114                        return true;
     
    136136        }
    137137    }
    138    
     138
    139139    private void delete(File file) {
    140140        System.out.println("Delete file "+file);
     
    215215        }
    216216    }
    217    
     217
    218218    private String WMSFileExtension() {
    219219        String ext = String.valueOf((wmsLayer.getLambertZone() + 1));
Note: See TracChangeset for help on using the changeset viewer.