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

    r4191 r5266  
    2525/**
    2626 * AutoCompletingTextField is an text field with autocompletion behaviour. It
    27  * can be used as table cell editor in {@see JTable}s.
     27 * can be used as table cell editor in {@link JTable}s.
    2828 *
    29  * Autocompletion is controlled by a list of {@see AutoCompletionListItem}s
    30  * managed in a {@see AutoCompletionList}.
     29 * Autocompletion is controlled by a list of {@link AutoCompletionListItem}s
     30 * managed in a {@link AutoCompletionList}.
    3131 *
    3232 *
Note: See TracChangeset for help on using the changeset viewer.