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"

Location:
trunk/src/org/openstreetmap/josm/gui/preferences
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/ServerAccessPreference.java

    r4968 r5266  
    4141
    4242    /**
    43      * Embeds a vertically scrollable panel in a {@see JScrollPane}
     43     * Embeds a vertically scrollable panel in a {@link JScrollPane}
    4444     * @param panel the panel
    4545     * @return the scroll pane
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/ApiUrlTestTask.java

    r3530 r5266  
    2525 * This is an asynchronous task for testing whether an URL points to an OSM API server.
    2626 * It tries to retrieve a list of changesets from the given URL. If it succeeds, the method
    27  * {@see #isSuccess()} replies true, otherwise false.
     27 * {@link #isSuccess()} replies true, otherwise false.
    2828 *
    2929 * Note: it fetches a list of changesets instead of the much smaller capabilities because - strangely enough -
     
    4444     * Creates the task
    4545     *
    46      * @param parent the parent component relative to which the {@see PleaseWaitRunnable}-Dialog is displayed
     46     * @param parent the parent component relative to which the {@link PleaseWaitRunnable}-Dialog is displayed
    4747     * @param url the url. Must not be null.
    4848     * @throws IllegalArgumentException thrown if url is null.
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/OAuthAuthenticationPreferencesPanel.java

    r4245 r5266  
    4040 * user already has an Access Token.
    4141 *
    42  * For initial authorisation see {@see OAuthAuthorisationWizard}.
     42 * For initial authorisation see {@link OAuthAuthorisationWizard}.
    4343 *
    4444 */
Note: See TracChangeset for help on using the changeset viewer.