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/dialogs/relation/RelationEditor.java

    r3351 r5266  
    3535    /**
    3636     * Registers a relation editor class. Depending on the type of relation to be edited
    37      * {@see #getEditor(OsmDataLayer, Relation, Collection)} will create an instance of
     37     * {@link #getEditor(OsmDataLayer, Relation, Collection)} will create an instance of
    3838     * this class.
    3939     *
     
    108108     * Creates a new relation editor
    109109     *
    110      * @param layer  the {@see OsmDataLayer} in whose context a relation is edited. Must not be null.
     110     * @param layer  the {@link OsmDataLayer} in whose context a relation is edited. Must not be null.
    111111     * @param relation the relation. Can be null if a new relation is to be edited.
    112112     * @param selectedMembers  a collection of members in <code>relation</code> which the editor
     
    150150    /**
    151151     * Sets the currently edited relation. Creates a snapshot of the current
    152      * state of the relation. See {@see #getRelationSnapshot()}
     152     * state of the relation. See {@link #getRelationSnapshot()}
    153153     *
    154154     * @param relation the relation
     
    165165
    166166    /**
    167      * Replies the {@see OsmDataLayer} in whose context this relation editor is
     167     * Replies the {@link OsmDataLayer} in whose context this relation editor is
    168168     * open
    169169     *
    170      * @return the {@see OsmDataLayer} in whose context this relation editor is
     170     * @return the {@link OsmDataLayer} in whose context this relation editor is
    171171     * open
    172172     */
Note: See TracChangeset for help on using the changeset viewer.