Changeset 8727 in josm
- Timestamp:
- 2015-09-03T23:48:57+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8691 r8727 603 603 <target name="checkstyle"> 604 604 <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"/> 606 606 <checkstyle config="tools/checkstyle/josm_checks.xml"> 607 607 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java" -
trunk/src/org/openstreetmap/josm/actions/OverpassDownloadAction.java
r8718 r8727 53 53 public OverpassDownloadAction() { 54 54 super(tr("Download from Overpass API ..."), "download-overpass", tr("Download map data from Overpass API server."), 55 // CHECKSTYLE.OFF: LineLength 55 56 Shortcut.registerShortcut("file:download-overpass", tr("File: {0}", tr("Download from Overpass API ...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT), 57 // CHECKSTYLE.ON: LineLength 56 58 true, "overpassdownload/download", true); 57 59 putValue("help", ht("/Action/OverpassDownload"));
Note: See TracChangeset
for help on using the changeset viewer.