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

    r4100 r5266  
    7070     *
    7171     * @param diffUploadResponse the response. Must not be null.
    72      * @param progressMonitor a progress monitor. Defaults to {@see NullProgressMonitor#INSTANCE} if null
     72     * @param progressMonitor a progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null
    7373     * @throws IllegalArgumentException thrown if diffUploadRequest is null
    7474     * @throws OsmDataParsingException thrown if the diffUploadRequest can't be parsed successfully
     
    105105     *
    106106     * @param cs the current changeset. Ignored if null.
    107      * @param monitor the progress monitor. Set to {@see NullProgressMonitor#INSTANCE} if null
     107     * @param monitor the progress monitor. Set to {@link NullProgressMonitor#INSTANCE} if null
    108108     * @return the collection of processed primitives
    109109     */
Note: See TracChangeset for help on using the changeset viewer.