Ignore:
Timestamp:
2018-11-28T17:43:02+01:00 (5 years ago)
Author:
GerdP
Message:

see #17021: fix checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Selector.java

    r14461 r14462  
    6363    String BASE_RELATION = "relation";
    6464
    65     /** selector base that matches with any area regardless of whether the area border is only modelled with a single way or with a set of ways glued together with a relation.*/
     65    /** selector base that matches with any area regardless of whether the area border is only modelled with a single way or with
     66     * a set of ways glued together with a relation.*/
    6667    String BASE_AREA = "area";
    6768
     
    637638
    638639        /**
    639          * Check if this is a known base and return the corresponding string constant.
    640          * @param base
    641          * @return the matching String constant
     640         * Set base and check if this is a known value.
     641         * @param base value for base
     642         * @return the matching String constant for a known value
     643         * @throws IllegalArgumentException if value is not knwon
    642644         */
    643645        private static String checkBase(String base) {
Note: See TracChangeset for help on using the changeset viewer.