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

    r13497 r15961  
    66 * view is split in 2x2 bounding boxes and X3 is 3x3 boxes.
    77 * SQUARE_100M is a special value where bounding boxes have a fixed size of 100x100 meters
    8  * and east,north are rounded to the lowest 100 meter as well, thus none of the bounding boxes 
     8 * and east,north are rounded to the lowest 100 meter as well, thus none of the bounding boxes
    99 * are overlapping each others.
    1010 */
    11 public enum Scale { 
    12     X1("1"), 
     11public enum Scale {
     12    X1("1"),
    1313    X2("2"),
    1414    X3("3"),
     
    1919     */
    2020    public final String value;
    21    
     21
    2222    Scale(String value) {
    2323        this.value = value;
Note: See TracChangeset for help on using the changeset viewer.