Ignore:
Timestamp:
2015-06-06T04:32:00+02:00 (11 years ago)
Author:
Don-vip
Message:

javadoc fixes. Removed one duplicated method in exception handling

File:
1 edited

Legend:

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

    r8394 r8470  
    173173     * Recursive unzipping function
    174174     * TODO: May be placed somewhere else - Tools.Utils?
    175      * @param file
    176      * @param dir
    177      * @throws IOException
     175     * @param file zip file
     176     * @param dir output directory
     177     * @throws IOException if any I/O error occurs
    178178     */
    179179    public static void unzipFileRecursively(File file, String dir) throws IOException {
Note: See TracChangeset for help on using the changeset viewer.