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

    r5014 r5266  
    1010
    1111/**
    12  * SaveLayerTask saves the data managed by an {@see OsmDataLayer} to the
    13  * {@see OsmDataLayer#getAssociatedFile()}.
     12 * SaveLayerTask saves the data managed by an {@link OsmDataLayer} to the
     13 * {@link OsmDataLayer#getAssociatedFile()}.
    1414 *
    1515 * <pre>
     
    3232     *
    3333     * @param layerInfo information about the layer to be saved to save. Must not be null.
    34      * @param monitor the monitor. Set to {@see NullProgressMonitor#INSTANCE} if null
     34     * @param monitor the monitor. Set to {@link NullProgressMonitor#INSTANCE} if null
    3535     * @throws IllegalArgumentException thrown if layer is null
    3636     */
Note: See TracChangeset for help on using the changeset viewer.