Changeset 8727 in josm


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

update to Checkstyle 6.10.1

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8691 r8727  
    603603    <target name="checkstyle">
    604604        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    605                 classpath="tools/checkstyle/checkstyle-6.9-all.jar"/>
     605                classpath="tools/checkstyle/checkstyle-6.10.1-all.jar"/>
    606606        <checkstyle config="tools/checkstyle/josm_checks.xml">
    607607            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
  • 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.