Changeset 30270 in osm


Ignore:
Timestamp:
2014-02-10T00:51:29+01:00 (11 years ago)
Author:
donvip
Message:

javadoc fixes for jdk8 compatibility

Location:
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java

    r30248 r30270  
    183183     * at the given zoom level.
    184184     *
    185      * @param lat
    186      *            latitude of the specified coordinate
    187      * @param lon
    188      *            longitude of the specified coordinate
     185     * @param to
     186     *            specified coordinate
    189187     * @param zoom
    190      *            {@link #MIN_ZOOM} <= zoom level <= {@link #MAX_ZOOM}
     188     *            {@link #MIN_ZOOM} &lt;= zoom level &lt;= {@link #MAX_ZOOM}
    191189     */
    192190    public void setDisplayPosition(Coordinate to, int zoom) {
     
    202200     *            point on the map denoted in pixels where the coordinate should
    203201     *            be set
    204      * @param lat
    205      *            latitude of the specified coordinate
    206      * @param lon
    207      *            longitude of the specified coordinate
     202     * @param to
     203     *            specified coordinate
    208204     * @param zoom
    209      *            {@link #MIN_ZOOM} <= zoom level <=
     205     *            {@link #MIN_ZOOM} &lt;= zoom level &lt;=
    210206     *            {@link TileSource#getMaxZoom()}
    211207     */
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java

    r30223 r30270  
    340340         * <code>LastModified</code> header:
    341341         * <ul>
    342          * <li>{@link tilesources.OsmTileSource.CycleMap} - supported</li>
    343          * <li>{@link tilesources.OsmTileSource.Mapnik} - not supported</li>
     342         * <li>{@link org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap} - supported</li>
     343         * <li>{@link org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik} - not supported</li>
    344344         * </ul>
    345345         *
Note: See TracChangeset for help on using the changeset viewer.