Ignore:
Timestamp:
2017-05-15T17:55:56+02:00 (7 years ago)
Author:
michael2402
Message:

Fixed checkstyle warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/ILatLon.java

    r12164 r12171  
    2222     * @return the longitude or NaN if {@link #isLatLonKnown()} returns false
    2323     */
    24     public double lon();
     24    double lon();
    2525
    2626    /**
     
    2828     * @return the latitude or NaN if {@link #isLatLonKnown()} returns false
    2929     */
    30     public double lat();
     30    double lat();
    3131
    3232    /**
Note: See TracChangeset for help on using the changeset viewer.