Ignore:
Timestamp:
2017-09-09T14:00:39+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14794 - checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/MultikeyActionsHandler.java

    r12639 r12798  
    148148            lastAction = this;
    149149            timer.schedule(new MyTimerTask(lastTimestamp, lastAction), DIALOG_DELAY);
    150             MainApplication.getMap().statusLine.setHelpText(STATUS_BAR_ID, tr("{0}... [please type its number]", (String) action.getValue(SHORT_DESCRIPTION)));
     150            MainApplication.getMap().statusLine.setHelpText(STATUS_BAR_ID,
     151                    tr("{0}... [please type its number]", (String) action.getValue(SHORT_DESCRIPTION)));
    151152        }
    152153
Note: See TracChangeset for help on using the changeset viewer.