Ignore:
Timestamp:
2015-06-21T02:25:56+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: blocks

File:
1 edited

Legend:

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

    r8510 r8513  
    103103
    104104        // TODO: convert this to switch/case and make sure the parsing still works
     105        // CHECKSTYLE.OFF: LeftCurly
     106        // CHECKSTYLE.OFF: RightCurly
    105107        /* leave as single line for shortcut overview parsing! */
    106108        if (mode.equals("data")) { shortcut = KeyEvent.VK_1; }
     
    112114        else if (mode.equals("previous")) { shortcut = KeyEvent.VK_8; }
    113115        else if (mode.equals("next")) { shortcut = KeyEvent.VK_9; }
     116        // CHECKSTYLE.ON: LeftCurly
     117        // CHECKSTYLE.ON: RightCurly
    114118
    115119        return shortcut;
Note: See TracChangeset for help on using the changeset viewer.