Ignore:
Timestamp:
2013-07-17T00:01:07+02:00 (13 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

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

    r5981 r6069  
    2222/**
    2323 * Helper for ParallelWayAction
    24  * 
     24 *
    2525 * @author Ole Jørgen Brønner (olejorgenb)
    2626 */
     
    6969        if (sortedNodesPath == null)
    7070            throw new IllegalArgumentException("Ways must have spanning path"); // Create a dedicated exception?
    71        
     71
    7272        // Fix #8631 - Remove duplicated nodes from graph to be robust with self-intersecting ways
    7373        Set<Node> removedNodes = new HashSet<Node>();
Note: See TracChangeset for help on using the changeset viewer.