Ignore:
Timestamp:
2015-12-15T13:02:51+01:00 (8 years ago)
Author:
Don-vip
Message:

fix javadoc errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java

    r9104 r9132  
    3434     */
    3535    public static final Ellipsoid Bessel1841 = Ellipsoid.create_a_rf(6377397.155, 299.1528128);
    36    
     36
    3737    /**
    3838     * Bessel 1841 (Namibia)
     
    5656
    5757    /**
    58      * Everest (Sabah & Sarawak)
     58     * Everest (Sabah & Sarawak)
    5959     */
    6060    public static final Ellipsoid EverestSabahSarawak = Ellipsoid.create_a_rf(6377298.556, 300.8017);
    61    
     61
    6262    /**
    6363     * GRS67 ellipsoid
Note: See TracChangeset for help on using the changeset viewer.