Skip to content

Commit 71b0c50

Browse files
author
stoecker
committed
fix deprecation version of previous entry
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19090 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent bbf59c1 commit 71b0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/tools/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ public static boolean hasExtension(File file, String... extensions) {
15281528
* @param stream input stream
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
15341534
public static byte[] readBytesFromStream(InputStream stream) throws IOException {

0 commit comments

Comments
 (0)