Ignore:
Timestamp:
2014-01-13T18:58:46+01:00 (10 years ago)
Author:
simon04
Message:

fix #9570 - MapCSS validator: make {0.tag} work for child/parent/spatial selectors

File:
1 edited

Legend:

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

    r6680 r6681  
    5757     */
    5858    public static class ChildOrParentSelector implements Selector {
    59         private final Selector left;
    60         private final LinkSelector link;
    61         private final Selector right;
    62         /** true, if this represents a parent selector (otherwise it is a child selector)
    63          */
    64         private final ChildOrParentSelectorType type;
     59        public final Selector left;
     60        public final LinkSelector link;
     61        public final Selector right;
     62        public final ChildOrParentSelectorType type;
    6563
    6664        /**
Note: See TracChangeset for help on using the changeset viewer.