Ignore:
Timestamp:
2012-06-03T16:41:25+02:00 (12 years ago)
Author:
bastiK
Message:

fixed majority of javadoc warnings by replacing "{@see" by "{@link"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java

    r4516 r5266  
    187187    /**
    188188     * Listens to changes in the selected tile bounds, refreshes the map view and emits
    189      * property change events for {@see BBoxChooser#BBOX_PROP}
     189     * property change events for {@link BBoxChooser#BBOX_PROP}
    190190     */
    191191    class TileBoundsChangeListener implements PropertyChangeListener {
     
    203203     * A panel for describing a rectangular area of OSM tiles at a given zoom level.
    204204     *
    205      * The panel emits PropertyChangeEvents for the property {@see TileGridInputPanel#TILE_BOUNDS_PROP}
     205     * The panel emits PropertyChangeEvents for the property {@link TileGridInputPanel#TILE_BOUNDS_PROP}
    206206     * when the user successfully enters a valid tile grid specification.
    207207     *
Note: See TracChangeset for help on using the changeset viewer.