Ignore:
Timestamp:
2016-11-17T22:45:25+01:00 (7 years ago)
Author:
Don-vip
Message:

sonar - fix recently added warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/DefaultGeoProperty.java

    r11264 r11277  
    4040    public Boolean get(BBox box) {
    4141        Area abox = new Area(box.toRectangle());
    42         Geometry.PolygonIntersection is = Geometry.polygonIntersection(abox, area, 1e-10 /* using deg and not meters */ );
     42        Geometry.PolygonIntersection is = Geometry.polygonIntersection(abox, area, 1e-10 /* using deg and not meters */);
    4343        switch (is) {
    4444            case FIRST_INSIDE_SECOND:
Note: See TracChangeset for help on using the changeset viewer.