Ignore:
Timestamp:
2013-04-29T00:09:53+02:00 (11 years ago)
Author:
stoecker
Message:

fix all remaining javadoc warnings

File:
1 edited

Legend:

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

    r5523 r5909  
    9292     * Returns a valid OSM longitude [-180,+180] for the given extended longitude value.
    9393     * For example, a value of -181 will return +179, a value of +181 will return -179.
    94      * @param lon A longitude value not restricted to the [-180,+180] range.
     94     * @param value A longitude value not restricted to the [-180,+180] range.
    9595     */
    9696    public static double toIntervalLon(double value) {
Note: See TracChangeset for help on using the changeset viewer.