Ignore:
Timestamp:
2009-06-17T09:46:26+02:00 (17 years ago)
Author:
stoecker
Message:

fix build issues

File:
1 edited

Legend:

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

    r13497 r15961  
    3131            String ext = (filename.lastIndexOf(".")==-1)?"":filename.substring(filename.lastIndexOf(".")+1,filename.length());
    3232            String location = filename.substring(0, filename.lastIndexOf("."));
    33             // check the extension and its Lambert zone consistency 
     33            // check the extension and its Lambert zone consistency
    3434            try {
    3535                int cacheZone = Integer.parseInt(ext) - 1;
     
    6363                Main.main.addLayer(wmsLayer);
    6464        }
    65        
     65
    6666    }
    6767
Note: See TracChangeset for help on using the changeset viewer.