mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
close another stream
This commit is contained in:
parent
c2c395420e
commit
82e439c14b
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ public final class MtgJson {
|
|||
return new ObjectMapper().readValue(zipInputStream, ref);
|
||||
} finally {
|
||||
StreamUtils.closeQuietly(zipInputStream);
|
||||
StreamUtils.closeQuietly(stream);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue