Browse Source
In #writeTo, the TemporaryBuffer can't be opened in try-with-resource because it's referenced in the finally block. Instead it is explicitly closed within the try block. Suppress the warning with an explanatory comment. Change-Id: I02009f77f9630d5d55afc34eb86d304ff103b8b0 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