-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to close input streams explicitly
This fix introduces a try-with-resource block which automatically closes the resources by eliminating the need to call the close() method in the finally block explicitly. resolve : #3041
- Loading branch information
1 parent
5b8aafe
commit 61a97fc
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters