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

    r3562 r5266  
    1414/**
    1515 * A ChangesetClosedException is thrown if the server replies with a HTTP
    16  * return code 409 (Conflict) with the error header {@see #ERROR_HEADER_PATTERN}.
     16 * return code 409 (Conflict) with the error header {@link #ERROR_HEADER_PATTERN}.
    1717 *
    1818 * Depending on the context the exception is thrown in we have to react differently.
     
    5050
    5151    /**
    52      * Replies true if <code>errorHeader</code> matches with {@see #ERROR_HEADER_PATTERN}
     52     * Replies true if <code>errorHeader</code> matches with {@link #ERROR_HEADER_PATTERN}
    5353     *
    5454     * @param errorHeader the error header
    55      * @return true if <code>errorHeader</code> matches with {@see #ERROR_HEADER_PATTERN}
     55     * @return true if <code>errorHeader</code> matches with {@link #ERROR_HEADER_PATTERN}
    5656     */
    5757    static public boolean errorHeaderMatchesPattern(String errorHeader) {
Note: See TracChangeset for help on using the changeset viewer.