Issue-ID: AAI-3389
Signed-off-by: Suresh Charan <suresh.charan@amdocs.com>
Change-Id: Ia7ec839b2cc09142c659078cc165b3826faf6440
if(!flag)
logger.debug("Failed to create ARCHIVE folder");
}
- try(FileOutputStream outputstream = new FileOutputStream(zipFile + ".gz");
+ try(FileOutputStream outputstream = new FileOutputStream(zipFile + ".zip");
ZipOutputStream zoutputstream = new ZipOutputStream(outputstream);
FileInputStream inputstream = new FileInputStream(file)) {
ZipEntry ze = new ZipEntry(file.getName());