mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01: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");
|
reader = new InputStreamReader(zin, "UTF-8");
|
||||||
pomProperties = new Properties();
|
pomProperties = new Properties();
|
||||||
pomProperties.load(reader);
|
pomProperties.load(reader);
|
||||||
}
|
} finally {
|
||||||
finally {
|
|
||||||
//zin.closeEntry closes the reader
|
//zin.closeEntry closes the reader
|
||||||
//reader.close();
|
//reader.close();
|
||||||
zin.closeEntry();
|
zin.closeEntry();
|
||||||
|
|||||||
Reference in New Issue
Block a user