Ignore:
Timestamp:
2015-09-24T23:56:05+02:00 (9 years ago)
Author:
Don-vip
Message:

fix javadoc errors/warnings seen with JDK9

File:
1 edited

Legend:

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

    r8777 r8795  
    13161316
    13171317    /**
    1318      * Returns a pair containing the number of threads (n), and a thread pool (if n > 1) to perform
     1318     * Returns a pair containing the number of threads (n), and a thread pool (if n > 1) to perform
    13191319     * multi-thread computation in the context of the given preference key.
    13201320     * @param pref The preference key
    13211321     * @param nameFormat see {@link #newThreadFactory(String, int)}
    13221322     * @param threadPriority see {@link #newThreadFactory(String, int)}
    1323      * @return a pair containing the number of threads (n), and a thread pool (if n > 1, null otherwise)
     1323     * @return a pair containing the number of threads (n), and a thread pool (if n > 1, null otherwise)
    13241324     * @since 7423
    13251325     */
Note: See TracChangeset for help on using the changeset viewer.