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/io/AbstractUploadTask.java

    r4816 r5266  
    5151
    5252    /**
    53      * Synchronizes the local state of an {@see OsmPrimitive} with its state on the
     53     * Synchronizes the local state of an {@link OsmPrimitive} with its state on the
    5454     * server. The method uses an individual GET for the primitive.
    5555     *
     
    7171     * Synchronizes the local state of the dataset with the state on the server.
    7272     *
    73      * Reuses the functionality of {@see UpdateDataAction}.
     73     * Reuses the functionality of {@link UpdateDataAction}.
    7474     *
    7575     * @see UpdateDataAction#actionPerformed(ActionEvent)
     
    8181
    8282    /**
    83      * Handles the case that a conflict in a specific {@see OsmPrimitive} was detected while
     83     * Handles the case that a conflict in a specific {@link OsmPrimitive} was detected while
    8484     * uploading
    8585     *
     
    147147    /**
    148148     * Handles the case that a conflict was detected while uploading where we don't
    149      * know what {@see OsmPrimitive} actually caused the conflict (for whatever reason)
     149     * know what {@link OsmPrimitive} actually caused the conflict (for whatever reason)
    150150     *
    151151     */
     
    189189    /**
    190190     * Handles the case that a conflict was detected while uploading where we don't
    191      * know what {@see OsmPrimitive} actually caused the conflict (for whatever reason)
     191     * know what {@link OsmPrimitive} actually caused the conflict (for whatever reason)
    192192     *
    193193     */
     
    286286    /**
    287287     * Handles an error which is caused by a delete request for an already deleted
    288      * {@see OsmPrimitive} on the server, i.e. a HTTP response code of 410.
     288     * {@link OsmPrimitive} on the server, i.e. a HTTP response code of 410.
    289289     * Note that an <strong>update</strong> on an already deleted object results
    290290     * in a 409, not a 410.
Note: See TracChangeset for help on using the changeset viewer.