Changeset 8512 in josm for trunk/src/org/openstreetmap/josm/tools/Utils.java
- Timestamp:
- 2015-06-21T01:13:09+02:00 (11 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/tools/Utils.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r8510 r8512 648 648 * @param <B> class of transformed objects 649 649 */ 650 public staticinterface Function<A, B> {650 public interface Function<A, B> { 651 651 652 652 /**
Note:
See TracChangeset
for help on using the changeset viewer.
