Changeset 6157 in osm for applications/editors/josm


Ignore:
Timestamp:
2007-12-26T00:18:01+01:00 (17 years ago)
Author:
gabriel
Message:

utilsplugin: SimplifyWayAction: Clarify comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java

    r5434 r6157  
    9494
    9595        /*
    96          * Takes an interval [from,to] and adds nodes from the set (from,to) to
    97          * ns.
     96         * Takes an interval [from,to] and adds nodes from (from,to) to ns.
     97         * (from and to are indices of wnew.nodes.)
    9898         */
    9999        public void simplifyWayRange(Way wnew, int from, int to, ArrayList<Node> ns, double thr) {
Note: See TracChangeset for help on using the changeset viewer.