Ignore:
Timestamp:
2012-06-03T16:41:25+02:00 (14 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/data/osm/ChangesetDataSet.java

    r3083 r5266  
    135135
    136136    /**
    137      * Replies the {@see HistoryOsmPrimitive} with id <code>id</code> from this
     137     * Replies the {@link HistoryOsmPrimitive} with id <code>id</code> from this
    138138     * dataset. null, if there is no such primitive in the data set.
    139139     *
    140140     * @param id the id
    141      * @return  the {@see HistoryOsmPrimitive} with id <code>id</code> from this
     141     * @return  the {@link HistoryOsmPrimitive} with id <code>id</code> from this
    142142     * dataset
    143143     */
Note: See TracChangeset for help on using the changeset viewer.