Browse Source
Eclipse warns that DfsReader should be managed by try-with-resource.
As described in 1484d6e
(LargePackedWholeObject: Do not reuse released
inflater, 2018-04-26), the DfsReader is owned and closed by the
PackInputStream or explicitly closed in the try block's finally.
Suppress the warning with a brief explanatory comment.
Change-Id: I4187c935742072f3ee7f2d3551a6a98d40fc2702
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-5.0
David Pursehouse
7 years ago
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue