IndexV1Updater: Closing JarFile on end of use. Closes issue .

This commit is contained in:
AmirAli Akbari 2019-05-10 10:34:16 +00:00 committed by Hans-Christoph Steiner
parent 0d9a203447
commit f76f9357d7

@ -200,6 +200,7 @@ public class IndexV1Updater extends IndexUpdater {
InputStream indexInputStream = new ProgressBufferedInputStream(jarFile.getInputStream(indexEntry),
processIndexListener, (int) indexEntry.getSize());
processIndexV1(indexInputStream, indexEntry, cacheTag);
jarFile.close();
}
/**