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

    r5233 r5266  
    100100
    101101    /**
    102      * Replies the file this layer should be saved to, if {@see #isDoSaveToFile()} is true
     102     * Replies the file this layer should be saved to, if {@link #isDoSaveToFile()} is true
    103103     *
    104      * @return the file this layer should be saved to, if {@see #isDoSaveToFile()} is true
     104     * @return the file this layer should be saved to, if {@link #isDoSaveToFile()} is true
    105105     */
    106106    public File getFile() {
     
    109109
    110110    /**
    111      * Sets the file this layer should be saved to, if {@see #isDoSaveToFile()} is true
     111     * Sets the file this layer should be saved to, if {@link #isDoSaveToFile()} is true
    112112     *
    113113     * @param file the file
     
    140140
    141141    /**
    142      * Replies the upload state of {@see #getLayer()}.
     142     * Replies the upload state of {@link #getLayer()}.
    143143     * <ul>
    144      *   <li>{@see UploadOrSaveState#OK} if {@see #getLayer() was successfully uploaded</li>
    145      *   <li>{@see UploadOrSaveState#canceled} if uploading {@see #getLayer() was canceled</li>
    146      *   <li>{@see UploadOrSaveState#FAILED} if uploading {@see #getLayer() has failed</li>
     144     *   <li>{@link UploadOrSaveState#OK} if {@link #getLayer() was successfully uploaded</li>
     145     *   <li>{@link UploadOrSaveState#canceled} if uploading {@link #getLayer() was canceled</li>
     146     *   <li>{@link UploadOrSaveState#FAILED} if uploading {@link #getLayer() has failed</li>
    147147     * </ul>
    148148     *
     
    154154
    155155    /**
    156      * Sets the upload state for {@see #getLayer()}
     156     * Sets the upload state for {@link #getLayer()}
    157157     *
    158158     * @param uploadState the upload state
     
    163163
    164164    /**
    165      * Replies the save state of {@see #getLayer()}.
     165     * Replies the save state of {@link #getLayer()}.
    166166     * <ul>
    167      *   <li>{@see UploadOrSaveState#OK} if {@see #getLayer() was successfully saved to file</li>
    168      *   <li>{@see UploadOrSaveState#canceled} if saving {@see #getLayer() was canceled</li>
    169      *   <li>{@see UploadOrSaveState#FAILED} if saving {@see #getLayer() has failed</li>
     167     *   <li>{@link UploadOrSaveState#OK} if {@link #getLayer() was successfully saved to file</li>
     168     *   <li>{@link UploadOrSaveState#canceled} if saving {@link #getLayer() was canceled</li>
     169     *   <li>{@link UploadOrSaveState#FAILED} if saving {@link #getLayer() has failed</li>
    170170     * </ul>
    171171     *
     
    177177
    178178    /**
    179      * Sets the save state for {@see #getLayer()}
     179     * Sets the save state for {@link #getLayer()}
    180180     *
    181181     * @param saveState save the upload state
Note: See TracChangeset for help on using the changeset viewer.