Ignore:
Timestamp:
2020-05-29T19:56:50+02:00 (6 years ago)
Author:
simon04
Message:

see #18340 - fix @since xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/StreamUtils.java

    r16436 r16517  
    6565     * @return a new Collector that collects the items in an unmodifiable list
    6666     * @see Utils#toUnmodifiableList
    67      * @since xxx
     67     * @since 16436
    6868     */
    6969    public static <T> Collector<T, ?, List<T>> toUnmodifiableList() {
Note: See TracChangeset for help on using the changeset viewer.