mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-20 07:21:55 +02:00
format fix
Former-commit-id: dd0aeaa7dd3efb39e02e81892512ab1c45ba8149
This commit is contained in:
@@ -234,8 +234,7 @@ public class JarAnalyzer extends AbstractAnalyzer {
|
||||
reader = new InputStreamReader(zin, "UTF-8");
|
||||
pomProperties = new Properties();
|
||||
pomProperties.load(reader);
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
//zin.closeEntry closes the reader
|
||||
//reader.close();
|
||||
zin.closeEntry();
|
||||
|
||||
Reference in New Issue
Block a user