Changeset 15486 in josm


Ignore:
Timestamp:
2019-10-30T22:46:09+01:00 (5 years ago)
Author:
Don-vip
Message:

see #18274 - rename new method to make error_prone happy

File:
1 edited

Legend:

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

    r15483 r15486  
    341341     * @param maxDifference The maximum difference (in degrees) between the bboxes. May be null.
    342342     * @return true if they are functionally equivalent
    343      * @since 15483
    344      */
    345     public boolean bboxesAreFunctionallyEqual(BBox other, Double maxDifference) {
     343     * @since 15486
     344     */
     345    public boolean bboxIsFunctionallyEqual(BBox other, Double maxDifference) {
    346346        return bboxesAreFunctionallyEqual(this, other, maxDifference);
    347347    }
Note: See TracChangeset for help on using the changeset viewer.