Ignore:
Timestamp:
2015-10-22T14:01:47+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11998 - add two new protected boolean members to simplify customization of OSM download task for plugins + fix some javadoc/sonar issues

File:
1 edited

Legend:

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

    r8846 r8927  
    8989    }
    9090
     91    /**
     92     * Determines if the bounds area is not null
     93     * @return {@code true} if the area is not null
     94     */
    9195    public boolean hasExtend() {
    9296        return !Utils.equalsEpsilon(minEast, maxEast) || !Utils.equalsEpsilon(minNorth, maxNorth);
Note: See TracChangeset for help on using the changeset viewer.