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/tagging/ac/AutoCompletionManager.java

    r5196 r5266  
    205205
    206206    /**
    207      * Populates the an {@see AutoCompletionList} with the currently cached
     207     * Populates the an {@link AutoCompletionList} with the currently cached
    208208     * member roles.
    209209     *
     
    216216
    217217    /**
    218      * Populates the an {@see AutoCompletionList} with the currently cached
     218     * Populates the an {@link AutoCompletionList} with the currently cached
    219219     * tag keys
    220220     *
     
    227227
    228228    /**
    229      * Populates the an {@see AutoCompletionList} with the currently cached
     229     * Populates the an {@link AutoCompletionList} with the currently cached
    230230     * values for a tag
    231231     *
     
    238238
    239239    /**
    240      * Populates the an {@see AutoCompletionList} with the currently cached
     240     * Populates the an {@link AutoCompletionList} with the currently cached
    241241     * values for some given tags
    242242     *
Note: See TracChangeset for help on using the changeset viewer.