Ignore:
Timestamp:
2020-03-02T22:19:23+01:00 (4 years ago)
Author:
simon04
Message:

see #18802 - MapCSSTagChecker: use Stream API

File:
1 edited

Legend:

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

    r15959 r15998  
    300300    /**
    301301     * Clears all matching context information
    302      */
    303     public void clearSelectorMatchingInformation() {
     302     * @return this
     303     */
     304    public Environment clearSelectorMatchingInformation() {
    304305        parent = null;
    305306        child = null;
     
    309310        intersections = null;
    310311        crossingWaysMap = null;
     312        return this;
    311313    }
    312314
Note: See TracChangeset for help on using the changeset viewer.