Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

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

    r8513 r8540  
    192192        switch (mode) {
    193193        case normal:
     194            // CHECKSTYLE.OFF: LineLength
    194195            return tr("Select ways as in Select mode. Drag selected ways or a single way to create a parallel copy (Alt toggles tag preservation)");
     196            // CHECKSTYLE.ON: LineLength
    195197        case dragging:
    196198            return tr("Hold Ctrl to toggle snapping");
Note: See TracChangeset for help on using the changeset viewer.