Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

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

    r4069 r6070  
    136136    /**
    137137     * <p>Represents a key/value condition which is either applied to a primitive.</p>
    138      * 
     138     *
    139139     */
    140140    public static class KeyValueCondition extends Condition {
     
    146146        /**
    147147         * <p>Creates a key/value-condition.</p>
    148          * 
     148         *
    149149         * @param k the key
    150150         * @param v the value
     
    208208     *                  LINK:        the parent is a relation and it has at least one member with the role
    209209     *                               "a label" referring to the child
    210      * 
     210     *
    211211     *     [!"a label"]  PRIMITIVE:  the primitive doesn't have a tag "a label"
    212212     *                   LINK:       the parent is a relation but doesn't have a member with the role
     
    224224
    225225        /**
    226          * 
     226         *
    227227         * @param label
    228228         * @param exclamationMarkPresent
Note: See TracChangeset for help on using the changeset viewer.