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/JosmUserIdentityManager.java

    r4612 r5266  
    3131 * of the current user.
    3232 *
    33  * The global JosmUserStateManager listens to {@see PreferenceChangeEvent}s and keeps track
     33 * The global JosmUserStateManager listens to {@link PreferenceChangeEvent}s and keeps track
    3434 * of what the current JOSM instance knows about the current user. Other subsystems can
    3535 * let the global JosmUserStateManager know in case they fully identify the current user, see
    36  * {@see #setFullyIdentified(String, long)}.
     36 * {@link #setFullyIdentified(String, long)}.
    3737 *
    3838 * The information kept by the JosmUserStateManager can be used to
     
    138138
    139139    /**
    140      * Replies the user name of the current JOSM user. null, if {@see #isAnonymous()} is true.
     140     * Replies the user name of the current JOSM user. null, if {@link #isAnonymous()} is true.
    141141     *
    142142     * @return  the user name of the current JOSM user
     
    147147
    148148    /**
    149      * Replies the user id of the current JOSM user. 0, if {@see #isAnonymous()} or
    150      * {@see #isPartiallyIdentified()} is true.
     149     * Replies the user id of the current JOSM user. 0, if {@link #isAnonymous()} or
     150     * {@link #isPartiallyIdentified()} is true.
    151151     *
    152152     * @return  the user id of the current JOSM user
     
    159159    /**
    160160     * Replies verified additional information about the current user if the user is
    161      * {@see #isFullyIdentified()}.
     161     * {@link #isFullyIdentified()}.
    162162     *
    163163     * @return verified additional information about the current user
     
    167167    }
    168168    /**
    169      * Initializes the user identity manager from values in the {@see org.openstreetmap.josm.data.Preferences}
     169     * Initializes the user identity manager from values in the {@link org.openstreetmap.josm.data.Preferences}
    170170     */
    171171    public void initFromPreferences() {
Note: See TracChangeset for help on using the changeset viewer.