Changeset 9170 in josm for trunk/src/org/openstreetmap/josm/io
- Timestamp:
- 2015-12-26T23:41:57+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/Compression.java
r9169 r9170 108 108 * 109 109 * @throws IOException if any I/O error occurs 110 * @deprecated Use {@link org.openstreetmap.josm.tools.HttpClient} instead 110 111 */ 112 @Deprecated 111 113 public static InputStream getUncompressedURLInputStream(URL url) throws IOException { 112 114 return Utils.openURLAndDecompress(url, true);
Note:
See TracChangeset
for help on using the changeset viewer.