Changeset 19297 in josm


Ignore:
Timestamp:
2025-01-28T14:07:49+01:00 (36 hours ago)
Author:
taylor.smock
Message:

Fix compile errors

File:
1 edited

Legend:

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

    r19296 r19297  
    198198        // TODO: add more detailed feedback based on modifier state.
    199199        // TODO: dynamic messages based on preferences. (Could be problematic translation wise)
    200         switch (mode) {
    201         if (mode == NORMAL) {
     200        if (mode == Mode.NORMAL) {
    202201            // CHECKSTYLE.OFF: LineLength
    203202            return tr("Select ways as in Select mode. Drag selected ways or a single way to create a parallel copy (Alt toggles tag preservation)");
Note: See TracChangeset for help on using the changeset viewer.