Changeset 10041 in josm


Ignore:
Timestamp:
2016-03-26T12:16:36+01:00 (8 years ago)
Author:
Don-vip
Message:

update to checkstyle 6.17

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9963 r10041  
    652652    <target name="checkstyle" depends="init-properties">
    653653        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    654              classpath="tools/checkstyle/checkstyle-6.16.1-all.jar"/>
     654             classpath="tools/checkstyle/checkstyle-6.17-all.jar"/>
    655655        <checkstyle config="tools/checkstyle/josm_checks.xml">
    656656            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
  • trunk/src/org/openstreetmap/josm/gui/MapView.java

    r10031 r10041  
    149149            }
    150150        }
     151
    151152        /**
    152153         * Temporary until all {@link MapViewPaintable}s support this.
Note: See TracChangeset for help on using the changeset viewer.