Ignore:
Timestamp:
2017-08-08T15:13:27+02:00 (9 years ago)
Author:
bastiK
Message:

see #14794 - javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java

    r12517 r12581  
    5353import org.openstreetmap.josm.tools.Shortcut;
    5454
    55 //// TODO: (list below)
    56 /* == Functionality ==
     55/**
     56 * MapMode for making parallel ways.
     57 *
     58 * All calculations are done in projected coordinates.
     59 *
     60 * TODO:
     61 * == Functionality ==
    5762 *
    5863 * 1. Use selected nodes as split points for the selected ways.
     
    8186 * Current code doesn't not take into account that ways might been highlighted
    8287 * by other than us. Don't think that situation should ever happen though.
    83  */
    84 
    85 /**
    86  * MapMode for making parallel ways.
    87  *
    88  * All calculations are done in projected coordinates.
    8988 *
    9089 * @author Ole Jørgen Brønner (olejorgenb)
Note: See TracChangeset for help on using the changeset viewer.