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/widgets/AbstractTextComponentValidator.java

    r5226 r5266  
    2424 * This is an abstract class for a validator on a text component.
    2525 *
    26  * Subclasses implement {@see #validate()}. {@see #validate()} is invoked whenever
     26 * Subclasses implement {@link #validate()}. {@link #validate()} is invoked whenever
    2727 * <ul>
    28  *   <li>the content of the text component changes (the validator is a {@see DocumentListener})</li>
    29  *   <li>the text component loses focus (the validator is a {@see FocusListener})</li>
    30  *   <li>the text component is a {@see JTextField} and an {@see ActionEvent} is detected</li>
     28 *   <li>the content of the text component changes (the validator is a {@link DocumentListener})</li>
     29 *   <li>the text component loses focus (the validator is a {@link FocusListener})</li>
     30 *   <li>the text component is a {@link JTextField} and an {@link ActionEvent} is detected</li>
    3131 * </ul>
    3232 *
Note: See TracChangeset for help on using the changeset viewer.