Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Using
try (FileInputStream in = new FileInputStream(configFile)) { ... configFileStr = path; }
replace
FileInputStream in = new FileInputStream(configFile); try { ... } finally { in.close(); }
Attachments
Issue Links
- links to