Changeset 16664 in josm for trunk/src


Ignore:
Timestamp:
2020-06-17T00:05:05+02:00 (4 years ago)
Author:
simon04
Message:

Improve Javadoc

File:
1 edited

Legend:

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

    r16643 r16664  
    1616/**
    1717 * This is a simple data class for "rectangular" areas of the world, given in
    18  * lat/lon min/max values.  The values are rounded to LatLon.OSM_SERVER_PRECISION
     18 * lat/lon min/max values.  The values are {@linkplain LatLon#roundToOsmPrecision(double) rounded to server precision}
    1919 *
    2020 * @author imi
Note: See TracChangeset for help on using the changeset viewer.