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/oauth/OsmOAuthAuthorizationClient.java

    r4874 r5266  
    125125     * Provider and replies the request token.
    126126     *
    127      * @param monitor a progress monitor. Defaults to {@see NullProgressMonitor#INSTANCE} if null
     127     * @param monitor a progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null
    128128     * @return the OAuth Request Token
    129129     * @throws OsmOAuthAuthorizationException thrown if something goes wrong when retrieving the request token
     
    155155     * Provider and replies the request token.
    156156     *
    157      * You must have requested a Request Token using {@see #getRequestToken(ProgressMonitor)} first.
    158      *
    159      * @param monitor a progress monitor. Defaults to {@see NullProgressMonitor#INSTANCE} if null
     157     * You must have requested a Request Token using {@link #getRequestToken(ProgressMonitor)} first.
     158     *
     159     * @param monitor a progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null
    160160     * @return the OAuth Access Token
    161161     * @throws OsmOAuthAuthorizationException thrown if something goes wrong when retrieving the request token
     
    525525     * @param osmPassword the OSM password. Must not be null.
    526526     * @param privileges the set of privileges. Must not be null.
    527      * @param monitor a progress monitor. Defaults to {@see NullProgressMonitor#INSTANCE} if null
     527     * @param monitor a progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null
    528528     * @throws IllegalArgumentException thrown if requestToken is null
    529529     * @throws IllegalArgumentException thrown if osmUserName is null
Note: See TracChangeset for help on using the changeset viewer.