mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding system.out.println(Done..) in extract folder method
This commit is contained in:
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…
Reference in New Issue
Block a user