Changeset 19090 in josm for trunk/src/org
- Timestamp:
- 2024-05-30T23:51:02+02:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r19089 r19090 1529 1529 * @return byte array of data in input stream (empty if stream is null) 1530 1530 * @throws IOException if any I/O error occurs 1531 * @deprecated since 190 89-- use {@link InputStream#readAllBytes()} instead1531 * @deprecated since 19050 -- use {@link InputStream#readAllBytes()} instead 1532 1532 */ 1533 1533 @Deprecated
Note:
See TracChangeset
for help on using the changeset viewer.