Changeset 12618 in josm for trunk/src/org
- Timestamp:
- 2017-08-22T00:39:15+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r12604 r12618 1721 1721 * @since 12604 1722 1722 */ 1723 @SuppressWarnings("unchecked") 1723 1724 public static <T> void instanceOfThen(Object o, Class<T> klass, Consumer<? super T> consumer) { 1724 1725 if (klass.isInstance(o)) {
Note:
See TracChangeset
for help on using the changeset viewer.