Ignore:
Timestamp:
2013-10-04T03:27:01+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - Avoid commented-out lines of code, javadoc

File:
1 edited

Legend:

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

    r6248 r6296  
    228228            // Segment cannot be simplified - try shorter segments
    229229            buildSimplifiedNodeList(wnew, from, imax,threshold,simplifiedNodes);
    230             //simplifiedNodes.add(wnew.get(imax));
    231230            buildSimplifiedNodeList(wnew, imax, to, threshold,simplifiedNodes);
    232231        } else {
Note: See TracChangeset for help on using the changeset viewer.