Changeset 8727 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2015-09-03T23:48:57+02:00 (9 years ago)
Author:
Don-vip
Message:

update to Checkstyle 6.10.1

File:
1 edited

Legend:

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

    r8718 r8727  
    5353    public OverpassDownloadAction() {
    5454        super(tr("Download from Overpass API ..."), "download-overpass", tr("Download map data from Overpass API server."),
     55                // CHECKSTYLE.OFF: LineLength
    5556                Shortcut.registerShortcut("file:download-overpass", tr("File: {0}", tr("Download from Overpass API ...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT),
     57                // CHECKSTYLE.ON: LineLength
    5658                true, "overpassdownload/download", true);
    5759        putValue("help", ht("/Action/OverpassDownload"));
Note: See TracChangeset for help on using the changeset viewer.