Changeset 31541 in osm for applications/viewer/jmapviewer


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

fix javadoc, update to Checkstyle 6.10.1

Location:
applications/viewer/jmapviewer
Files:
1 added
1 deleted
3 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" />
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java

    r31540 r31541  
    110110     * Creates a new {@link JMapViewer} instance.
    111111     * @param tileCache The cache where to store tiles
    112      * @depraceted @param downloadThreadCount not used anymore
     112     * @deprecated @param downloadThreadCount not used anymore
    113113     */
    114114    @Deprecated
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/TileController.java

    r31540 r31541  
    2020    /**
    2121     * retrieves a tile from the cache. If the tile is not present in the cache
    22      * a load job is added to the working queue of {@link JobThread}.
     22     * a load job is added to the working queue of {@link TileLoader}.
    2323     *
    2424     * @param tilex the X position of the tile
Note: See TracChangeset for help on using the changeset viewer.