Changeset 11056 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-09-27T00:30:26+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r11055 r11056 1509 1509 * @param max maximum value 1510 1510 * @return the value 1511 * @since 1105 31511 * @since 11055 1512 1512 */ 1513 1513 public static int clamp(int val, int min, int max) {
Note:
See TracChangeset
for help on using the changeset viewer.