Changeset 19090 in josm


Ignore:
Timestamp:
2024-05-30T23:51:02+02:00 (4 months ago)
Author:
stoecker
Message:

fix deprecation version of previous entry

File:
1 edited

Legend:

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

    r19089 r19090  
    15291529     * @return byte array of data in input stream (empty if stream is null)
    15301530     * @throws IOException if any I/O error occurs
    1531      * @deprecated since 19089 -- use {@link InputStream#readAllBytes()} instead
     1531     * @deprecated since 19050 -- use {@link InputStream#readAllBytes()} instead
    15321532     */
    15331533    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.