Changeset 17103 in josm for trunk/src


Ignore:
Timestamp:
2020-10-07T20:07:34+02:00 (4 years ago)
Author:
GerdP
Message:

increase @since

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Way.java

    r17102 r17103  
    377377     * @param selection The selection of nodes to remove. Ignored, if null
    378378     * @return result of the removal, can be empty
    379      * @since 17101
     379     * @since 17102
    380380     */
    381381    public List<Node> calculateRemoveNodes(Set<? extends Node> selection) {
Note: See TracChangeset for help on using the changeset viewer.