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

    r5082 r5266  
    105105     * If no relation is given, will create an editor for a new relation.
    106106     *
    107      * @param layer the {@see OsmDataLayer} the new or edited relation belongs to
     107     * @param layer the {@link OsmDataLayer} the new or edited relation belongs to
    108108     * @param relation relation to edit, or null to create a new one.
    109109     * @param selectedMembers a collection of members which shall be selected initially
     
    425425
    426426    /**
    427      * builds the {@see JSplitPane} which divides the editor in an upper and a lower half
     427     * builds the {@link JSplitPane} which divides the editor in an upper and a lower half
    428428     *
    429429     * @return the split panel
Note: See TracChangeset for help on using the changeset viewer.