Changeset 11740 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2017-03-17T23:07:43+01:00 (7 years ago)
Author:
Don-vip
Message:

fix javadoc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r11732 r11740  
    15071507     * @param max maximum value
    15081508     * @return the value
    1509      * @throws IllegalArgumentException if min > max
     1509     * @throws IllegalArgumentException if {@code min > max}
    15101510     * @since 10805
    15111511     */
     
    15281528     * @param max maximum value
    15291529     * @return the value
    1530      * @throws IllegalArgumentException if min > max
     1530     * @throws IllegalArgumentException if {@code min > max}
    15311531     * @since 11055
    15321532     */
Note: See TracChangeset for help on using the changeset viewer.