close another stream

This commit is contained in:
Marc Zwart 2018-03-22 10:32:48 +01:00
parent c2c395420e
commit 82e439c14b

View file

@ -102,6 +102,7 @@ public final class MtgJson {
return new ObjectMapper().readValue(zipInputStream, ref);
} finally {
StreamUtils.closeQuietly(zipInputStream);
StreamUtils.closeQuietly(stream);
}
}