Ignore:
Timestamp:
2008-06-15T12:28:42+02:00 (16 years ago)
Author:
ramack
Message:

patch by bruce89, closes #812; thanks bruce

File:
1 edited

Legend:

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

    r627 r655  
    2828
    2929        /**
    30          * @return <code>true</code>, if the other point has almost the same lat/lon
    31          * values, only differ by no more than 1/Projection.MAX_SERVER_PRECISION.
     30         * @return <code>true</code> if the other point has almost the same lat/lon
     31         * values, only differing by no more than
     32         * 1 / {@link org.openstreetmap.josm.data.projection.Projection#MAX_SERVER_PRECISION MAX_SERVER_PRECISION}.
    3233         */
    3334        public boolean equalsEpsilon(LatLon other) {
Note: See TracChangeset for help on using the changeset viewer.