Ignore:
Timestamp:
2012-06-03T00:03:36+02:00 (12 years ago)
Author:
stoecker
Message:

test fixing Javadoc

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

    r26783 r28427  
    383383     * @param mapPointX
    384384     * @param mapPointY
    385      * @return
     385     * @return latitude / longitude
    386386     */
    387387    public Coordinate getPosition(int mapPointX, int mapPointY) {
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileCache.java

    r18772 r28427  
    1919     *
    2020     * @param source
     21     *            the tile source
    2122     * @param x
    2223     *            tile number on the x axis of the tile to be retrieved
     
    3233    /**
    3334     * Adds a tile to the cache. How long after adding a tile can be retrieved
    34      * via {@link #getTile(int, int, int)} is unspecified and depends on the
     35     * via {@link #getTile(TileSource, int, int, int)} is unspecified and depends on the
    3536     * implementation.
    3637     *
    37      * @param tile
     38     * @param tile the tile to be added
    3839     */
    3940    public void addTile(Tile tile);
Note: See TracChangeset for help on using the changeset viewer.