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/data/osm/OsmPrimitive.java

    r5188 r5266  
    9090
    9191    /**
    92      * Replies the sub-collection of {@see OsmPrimitive}s of type <code>type</code> present in
    93      * another collection of {@see OsmPrimitive}s. The result collection is a list.
     92     * Replies the sub-collection of {@link OsmPrimitive}s of type <code>type</code> present in
     93     * another collection of {@link OsmPrimitive}s. The result collection is a list.
    9494     *
    9595     * If <code>list</code> is null, replies an empty list.
     
    112112
    113113    /**
    114      * Replies the sub-collection of {@see OsmPrimitive}s of type <code>type</code> present in
    115      * another collection of {@see OsmPrimitive}s. The result collection is a set.
     114     * Replies the sub-collection of {@link OsmPrimitive}s of type <code>type</code> present in
     115     * another collection of {@link OsmPrimitive}s. The result collection is a set.
    116116     *
    117117     * If <code>list</code> is null, replies an empty set.
     
    363363     * of calling this method.
    364364     *
    365      * <strong>Caution</strong>: Do not use this method on primitives which are already added to a {@see DataSet}.
     365     * <strong>Caution</strong>: Do not use this method on primitives which are already added to a {@link DataSet}.
    366366     *
    367367     * @throws DataIntegrityProblemException If primitive was already added to the dataset
Note: See TracChangeset for help on using the changeset viewer.