Ignore:
Timestamp:
2016-01-01T19:51:11+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

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

    r8870 r9243  
    8080    /**
    8181     * Prevent directly following identical nodes in ways.
     82     * @param nodes list of nodes
     83     * @return {@code nodes} with consecutive identical nodes removed
    8284     */
    8385    private static List<Node> removeDouble(List<Node> nodes) {
Note: See TracChangeset for help on using the changeset viewer.