Ignore:
Timestamp:
2014-04-16T00:09:40+02:00 (10 years ago)
Author:
Don-vip
Message:

sonar - deprecated code

File:
1 edited

Legend:

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

    r6889 r6985  
    181181    /**
    182182     * Like {@link #findZipEntryPath}, but returns the corresponding InputStream.
     183     * @since 6148
    183184     */
    184185    public InputStream findZipEntryInputStream(String extension, String namepart) {
     
    186187        if (ze == null) return null;
    187188        return ze.b;
    188     }
    189 
    190     @Deprecated // use findZipEntryInputStream
    191     public InputStream getZipEntry(String extension, String namepart) {
    192         return findZipEntryInputStream(extension, namepart);
    193189    }
    194190
Note: See TracChangeset for help on using the changeset viewer.