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/gui/io/ChangesetManagementPanel.java

    r3998 r5266  
    3535 * upload.
    3636 *
    37  * It is displayed as one of the configuration panels in the {@see UploadDialog}.
     37 * It is displayed as one of the configuration panels in the {@link UploadDialog}.
    3838 *
    39  * ChangesetManagementPanel is a source for {@see PropertyChangeEvent}s. Clients can listen
     39 * ChangesetManagementPanel is a source for {@link PropertyChangeEvent}s. Clients can listen
    4040 * to
    4141 * <ul>
    42  *   <li>{@see #SELECTED_CHANGESET_PROP}  - the new value in the property change event is
     42 *   <li>{@link #SELECTED_CHANGESET_PROP}  - the new value in the property change event is
    4343 *   the changeset selected by the user. The value is null if the user didn't select a
    4444 *   a changeset or if he chosed to use a new changeset.</li>
    45  *   <li> {@see #CLOSE_CHANGESET_AFTER_UPLOAD} - the new value is a boolean value indicating
     45 *   <li> {@link #CLOSE_CHANGESET_AFTER_UPLOAD} - the new value is a boolean value indicating
    4646 *   whether the changeset should be closed after the next upload</li>
    4747 * </ul>
Note: See TracChangeset for help on using the changeset viewer.