Ignore:
Timestamp:
2015-09-09T00:08:02+02:00 (9 years ago)
Author:
donvip
Message:

fix javadoc, update to Checkstyle 6.10.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/build.xml

    r31522 r31541  
    7878    <target name="checkstyle">
    7979        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    80                 classpath="tools/checkstyle/checkstyle-6.9-all.jar"/>
     80                classpath="tools/checkstyle/checkstyle-6.10.1-all.jar"/>
    8181        <checkstyle config="tools/checkstyle/jmapviewer_checks.xml">
    8282            <fileset dir="${basedir}/src" includes="**/*.java" />
Note: See TracChangeset for help on using the changeset viewer.