Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

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

    r6825 r6830  
    4848     * an "inverse" notation:</p>
    4949     * <pre>
    50      *    selector_a > selector_b { ... }       // the standard notation (child selector)
    51      *    relation[type=route] > way { ... }    // example (all ways of a route)
     50     *    selector_a &gt; selector_b { ... }       // the standard notation (child selector)
     51     *    relation[type=route] &gt; way { ... }    // example (all ways of a route)
    5252     *
    53      *    selector_a < selector_b { ... }       // the inverse notation (parent selector)
    54      *    node[traffic_calming] < way { ... }   // example (way that has a traffic calming node)
     53     *    selector_a &lt; selector_b { ... }       // the inverse notation (parent selector)
     54     *    node[traffic_calming] &lt; way { ... }   // example (way that has a traffic calming node)
    5555     * </pre>
    5656     *
Note: See TracChangeset for help on using the changeset viewer.