mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-21 07:51:56 +02:00
format fix
Former-commit-id: ae279dfda4fc8bda0d22a324c8d4cb461765fe7b
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