Ignore:
Timestamp:
2014-01-03T13:34:53+01:00 (10 years ago)
Author:
simon04
Message:

Fix Javadoc links (@see @link => @see)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java

    r6579 r6610  
    605605    /**
    606606     * Returns true if the {@code key} corresponds to an OSM true value.
    607      * @see {@link OsmUtils#isTrue(String) }
     607     * @see OsmUtils#isTrue(String)
    608608     */
    609609    public final boolean isKeyTrue(String key) {
     
    613613    /**
    614614     * Returns true if the {@code key} corresponds to an OSM false value.
    615      * @see {@link OsmUtils#isFalse(String) }
     615     * @see OsmUtils#isFalse(String)
    616616     */
    617617    public final boolean isKeyFalse(String key) {
Note: See TracChangeset for help on using the changeset viewer.