Changeset 16517 in josm for trunk/src/org/openstreetmap/josm/tools/StreamUtils.java
- Timestamp:
- 2020-05-29T19:56:50+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/StreamUtils.java
r16436 r16517 65 65 * @return a new Collector that collects the items in an unmodifiable list 66 66 * @see Utils#toUnmodifiableList 67 * @since xxx67 * @since 16436 68 68 */ 69 69 public static <T> Collector<T, ?, List<T>> toUnmodifiableList() {
Note:
See TracChangeset
for help on using the changeset viewer.
