Changeset 18360 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2022-01-02T21:24:43+01:00 (3 years ago)
Author:
Don-vip
Message:

upgrade to checkstyle 9.2.1

File:
1 edited

Legend:

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

    r18341 r18360  
    11// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.data.imagery;
     3
     4import static org.openstreetmap.josm.tools.I18n.tr;
    35
    46import java.awt.Polygon;
     
    1315import org.openstreetmap.josm.data.coor.LatLon;
    1416import org.openstreetmap.josm.tools.CheckParameterUtil;
    15 
    16 import static org.openstreetmap.josm.tools.I18n.tr;
    1717
    1818/**
     
    8888    /**
    8989     * Check if the coordinates are inside this shape.
    90      * @see Polygon#contains(int, int)
    9190     * @param latlon The latlon to look for
    9291     * @return {@code true} if the LatLon is inside the shape.
     92     * @see Polygon#contains(int, int)
    9393     */
    9494    public boolean contains(LatLon latlon) {
Note: See TracChangeset for help on using the changeset viewer.