Ignore:
Timestamp:
2015-12-26T23:41:57+01:00 (8 years ago)
Author:
simon04
Message:

see #12231 - Deprecate Utils.open* functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/Compression.java

    r9169 r9170  
    108108     *
    109109     * @throws IOException if any I/O error occurs
     110     * @deprecated Use {@link org.openstreetmap.josm.tools.HttpClient} instead
    110111     */
     112    @Deprecated
    111113    public static InputStream getUncompressedURLInputStream(URL url) throws IOException {
    112114        return Utils.openURLAndDecompress(url, true);
Note: See TracChangeset for help on using the changeset viewer.