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/history/TagInfoViewer.java

    r3083 r5266  
    1313/**
    1414 * TagInfoViewer is a UI component which displays the list of tags of two
    15  * version of a {@see OsmPrimitive} in a {@see History}.
     15 * version of a {@link OsmPrimitive} in a {@link History}.
    1616 *
    1717 * <ul>
    18  *   <li>on the left, it displays the list of tags for the version at {@see PointInTimeType#REFERENCE_POINT_IN_TIME}</li>
    19  *   <li>on the right, it displays the list of tags for the version at {@see PointInTimeType#CURRENT_POINT_IN_TIME}</li>
     18 *   <li>on the left, it displays the list of tags for the version at {@link PointInTimeType#REFERENCE_POINT_IN_TIME}</li>
     19 *   <li>on the right, it displays the list of tags for the version at {@link PointInTimeType#CURRENT_POINT_IN_TIME}</li>
    2020 * </ul>
    2121 *
Note: See TracChangeset for help on using the changeset viewer.