Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/JosmTextArea.java

    r5887 r6830  
    4444     * string is null.
    4545     *
    46      * @param rows the number of rows >= 0
    47      * @param columns the number of columns >= 0
     46     * @param rows the number of rows >= 0
     47     * @param columns the number of columns >= 0
    4848     * @exception IllegalArgumentException if the rows or columns
    4949     *  arguments are negative.
     
    5858     *
    5959     * @param text the text to be displayed, or null
    60      * @param rows the number of rows >= 0
    61      * @param columns the number of columns >= 0
     60     * @param rows the number of rows >= 0
     61     * @param columns the number of columns >= 0
    6262     * @exception IllegalArgumentException if the rows or columns
    6363     *  arguments are negative.
     
    7474     * @param doc the model to use, or create a default one if null
    7575     * @param text the text to be displayed, null if none
    76      * @param rows the number of rows >= 0
    77      * @param columns the number of columns >= 0
     76     * @param rows the number of rows >= 0
     77     * @param columns the number of columns >= 0
    7878     * @exception IllegalArgumentException if the rows or columns
    7979     *  arguments are negative.
Note: See TracChangeset for help on using the changeset viewer.