Changeset 31541 in osm for applications/viewer/jmapviewer
- Timestamp:
- 2015-09-09T00:08:02+02:00 (9 years ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/build.xml
r31522 r31541 78 78 <target name="checkstyle"> 79 79 <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"/> 81 81 <checkstyle config="tools/checkstyle/jmapviewer_checks.xml"> 82 82 <fileset dir="${basedir}/src" includes="**/*.java" /> -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r31540 r31541 110 110 * Creates a new {@link JMapViewer} instance. 111 111 * @param tileCache The cache where to store tiles 112 * @depr aceted @param downloadThreadCount not used anymore112 * @deprecated @param downloadThreadCount not used anymore 113 113 */ 114 114 @Deprecated -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/TileController.java
r31540 r31541 20 20 /** 21 21 * 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}. 23 23 * 24 24 * @param tilex the X position of the tile
Note:
See TracChangeset
for help on using the changeset viewer.