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/UploadSelectionAction.java

    r8513 r8540  
    4949                "uploadselection",
    5050                tr("Upload all changes in the current selection to the OSM server."),
     51                // CHECKSTYLE.OFF: LineLength
    5152                Shortcut.registerShortcut("file:uploadSelection", tr("File: {0}", tr("Upload selection")), KeyEvent.VK_U, Shortcut.ALT_CTRL_SHIFT),
     53                // CHECKSTYLE.ON: LineLength
    5254                true);
    5355        putValue("help", ht("/Action/UploadSelection"));
Note: See TracChangeset for help on using the changeset viewer.