Changeset 11740 in josm
- Timestamp:
- 2017-03-17T23:07:43+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r11732 r11740 1507 1507 * @param max maximum value 1508 1508 * @return the value 1509 * @throws IllegalArgumentException if min > max1509 * @throws IllegalArgumentException if {@code min > max} 1510 1510 * @since 10805 1511 1511 */ … … 1528 1528 * @param max maximum value 1529 1529 * @return the value 1530 * @throws IllegalArgumentException if min > max1530 * @throws IllegalArgumentException if {@code min > max} 1531 1531 * @since 11055 1532 1532 */
Note:
See TracChangeset
for help on using the changeset viewer.