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/data/oauth
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/oauth/OAuthParameters.java

    r3479 r5266  
    128128
    129129    /**
    130      * Builds an {@see OAuthConsumer} based on these parameters
     130     * Builds an {@link OAuthConsumer} based on these parameters
    131131     *
    132132     * @return the consumer
     
    138138
    139139    /**
    140      * Builds an {@see OAuthProvider} based on these parameters and a OAuth consumer <code>consumer</code>.
     140     * Builds an {@link OAuthProvider} based on these parameters and a OAuth consumer <code>consumer</code>.
    141141     *
    142142     * @param consumer the consumer. Must not be null.
  • trunk/src/org/openstreetmap/josm/data/oauth/OAuthToken.java

    r3530 r5266  
    99
    1010    /**
    11      * Creates an OAuthToken from the token currently managed by the {@see OAuthConsumer}.
     11     * Creates an OAuthToken from the token currently managed by the {@link OAuthConsumer}.
    1212     *
    1313     * @param consumer the consumer
Note: See TracChangeset for help on using the changeset viewer.