Changeset 31904 in osm for applications/viewer/jmapviewer


Ignore:
Timestamp:
2016-01-02T01:01:45+01:00 (9 years ago)
Author:
donvip
Message:

update to checkstyle 6.14.1

Location:
applications/viewer/jmapviewer
Files:
1 added
1 deleted
2 edited

Legend:

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

    r31892 r31904  
    7878    <target name="checkstyle">
    7979        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    80                 classpath="tools/checkstyle/checkstyle-6.14-all.jar"/>
     80                classpath="tools/checkstyle/checkstyle-6.14.1-all.jar"/>
    8181        <checkstyle config="tools/checkstyle/jmapviewer_checks.xml">
    8282            <fileset dir="${basedir}/src" includes="**/*.java" />
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java

    r31894 r31904  
    111111     * @param tileCache The cache where to store tiles
    112112     * @param downloadThreadCount not used anymore
    113      * @deprecated
     113     * @deprecated use {@link #JMapViewer(TileCache)}
    114114     */
    115115    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.