checkstyle correction

This commit is contained in:
Jeremy Long
2016-06-04 07:44:08 -04:00
parent cd5f9e2f13
commit f7b534f1ee

View File

@@ -644,7 +644,8 @@ public class JarAnalyzer extends AbstractFileTypeAnalyzer {
* @return whether evidence was identified parsing the manifest
* @throws IOException if there is an issue reading the JAR file
*/
protected boolean parseManifest(Dependency dependency, List<ClassNameInformation> classInformation)
protected boolean parseManifest(Dependency dependency,
List<ClassNameInformation> classInformation)
throws IOException {
boolean foundSomething = false;
JarFile jar = null;