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

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

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

Loading…
Cancel
Save