mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +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);
|
return new ObjectMapper().readValue(zipInputStream, ref);
|
||||||
} finally {
|
} finally {
|
||||||
StreamUtils.closeQuietly(zipInputStream);
|
StreamUtils.closeQuietly(zipInputStream);
|
||||||
|
StreamUtils.closeQuietly(stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue