Changeset 8795 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-09-24T23:56:05+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r8777 r8795 1316 1316 1317 1317 /** 1318 * Returns a pair containing the number of threads (n), and a thread pool (if n >1) to perform1318 * Returns a pair containing the number of threads (n), and a thread pool (if n > 1) to perform 1319 1319 * multi-thread computation in the context of the given preference key. 1320 1320 * @param pref The preference key 1321 1321 * @param nameFormat see {@link #newThreadFactory(String, int)} 1322 1322 * @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) 1324 1324 * @since 7423 1325 1325 */
Note:
See TracChangeset
for help on using the changeset viewer.