Changeset 16172 in josm for trunk


Ignore:
Timestamp:
2020-03-18T07:12:48+01:00 (4 years ago)
Author:
simon04
Message:

Fix JavaDoc warnings

Location:
trunk/src/org/openstreetmap/josm
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerAsserts.java

    r15981 r16172  
    4848     * Checks that rule assertions are met for the given set of TagChecks.
    4949     * @param check The TagCheck for which assertions have to be checked
     50     * @param assertions The assertions to check (map values correspond to expected result)
    5051     * @param assertionConsumer The handler for assertion error messages
    5152     */
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java

    r15991 r16172  
    6969     * <p>
    7070     * You must own the write lock of STYLE_SOURCE_LOCK when calling this method.
     71     * @param ruleStream the rules to index
    7172     */
    7273    public void buildIndex(Stream<MapCSSRule> ruleStream) {
  • trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java

    r16050 r16172  
    2626
    2727/**
    28  * <p>This class is used to detect Event Dispatch Thread rule violations<br>
    29  * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a>
    30  * for more info</p>
    31  * <p/>
    32  * <p>This is a modification of original idea of Scott Delap<br>
    33  * Initial version of ThreadCheckingRepaintManager can be found here<br>
     28 * <p>This class is used to detect Event Dispatch Thread rule violations</p>
     29 *
     30 * <p>This is a modification of original idea of Scott Delap.
     31 * Initial version of {@code ThreadCheckingRepaintManager} can be found here:
    3432 * <a href="http://www.clientjava.com/blog/2004/08/20/1093059428000.html">Easily Find Swing Threading Mistakes</a>
    3533 * </p>
     
    3735 * @author Scott Delap
    3836 * @author Alexander Potochkin
     37 * @see <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a>
    3938 *
    4039 * https://swinghelper.dev.java.net/
  • trunk/src/org/openstreetmap/josm/gui/util/StayOpenMenuItem.java

    r15339 r16172  
    3434    /**
    3535     * Constructs a new {@code StayOpenMenuItem} whose properties are taken from the Action supplied.
     36     * @param a associated action
    3637     * @see JMenuItem#JMenuItem(javax.swing.Action)
    3738     */
  • trunk/src/org/openstreetmap/josm/gui/util/StayOpenRadioButtonMenuItem.java

    r15339 r16172  
    3434    /**
    3535     * Constructs a new {@code StayOpenRadioButtonMenuItem} whose properties are taken from the Action supplied.
     36     * @param a associated action
    3637     * @see JRadioButtonMenuItem#JRadioButtonMenuItem(Action)
    3738     */
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

    r15881 r16172  
    2929/**
    3030 * Extracts web links from OSM tags.
    31  * <p></p>
     31 *
    3232 * The following rules are used:
    3333 * <ul>
Note: See TracChangeset for help on using the changeset viewer.