adding system.out.println(Done..) in extract folder method

revert-dabc3590
Nirothipan 8 years ago
parent 7379faedfe
commit 42fce6e9fe

@ -899,6 +899,7 @@ public class TryIt {
} catch (IOException e) { } catch (IOException e) {
handleException("Extraction of " + zipFile + " failed", e); handleException("Extraction of " + zipFile + " failed", e);
} }
System.out.println("Done ...");
if (!new File(zipFile).delete()) { if (!new File(zipFile).delete()) {
System.out.println("Downloaded zip : " + zipFile + " - not deleted"); System.out.println("Downloaded zip : " + zipFile + " - not deleted");
} }

Loading…
Cancel
Save