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/conflict/tags/MultiValueCellEditor.java

    r4162 r5266  
    2727 *
    2828 * The editor responds intercepts some keys and interprets them as navigation keys. It
    29  * forwards navigation events to {@see NavigationListener}s registred with this editor.
    30  * You should register the parent table using this editor as {@see NavigationListener}.
     29 * forwards navigation events to {@link NavigationListener}s registred with this editor.
     30 * You should register the parent table using this editor as {@link NavigationListener}.
    3131 *
    32  * {@see KeyEvent#VK_ENTER} and {@see KeyEvent#VK_TAB} trigger a {@see NavigationListener#gotoNextDecision()}.
     32 * {@link KeyEvent#VK_ENTER} and {@link KeyEvent#VK_TAB} trigger a {@link NavigationListener#gotoNextDecision()}.
    3333 */
    3434public class MultiValueCellEditor extends AbstractCellEditor implements TableCellEditor{
Note: See TracChangeset for help on using the changeset viewer.