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/plugins/PluginDownloadTask.java

    r4310 r5266  
    3030 * Asynchronous task for downloading a collection of plugins.
    3131 *
    32  * When the task is finished {@see #getDownloadedPlugins()} replies the list of downloaded plugins
    33  * and {@see #getFailedPlugins()} replies the list of failed plugins.
     32 * When the task is finished {@link #getDownloadedPlugins()} replies the list of downloaded plugins
     33 * and {@link #getFailedPlugins()} replies the list of failed plugins.
    3434 *
    3535 */
     
    4545     * Creates the download task
    4646     *
    47      * @param parent the parent component relative to which the {@see PleaseWaitDialog} is displayed
     47     * @param parent the parent component relative to which the {@link PleaseWaitDialog} is displayed
    4848     * @param toUpdate a collection of plugin descriptions for plugins to update/download. Must not be null.
    49      * @param title the title to display in the {@see PleaseWaitDialog}
     49     * @param title the title to display in the {@link PleaseWaitDialog}
    5050     * @throws IllegalArgumentException thrown if toUpdate is null
    5151     */
     
    5959     * Creates the task
    6060     *
    61      * @param monitor a progress monitor. Defaults to {@see NullProgressMonitor#INSTANCE} if null
     61     * @param monitor a progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null
    6262     * @param toUpdate a collection of plugin descriptions for plugins to update/download. Must not be null.
    63      * @param title the title to display in the {@see PleaseWaitDialog}
     63     * @param title the title to display in the {@link PleaseWaitDialog}
    6464     * @throws IllegalArgumentException thrown if toUpdate is null
    6565     */
Note: See TracChangeset for help on using the changeset viewer.