Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a0c6b11

Browse files
committed
assignment is never used
1 parent bbab5da commit a0c6b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ private ExceptionCollection collectDependencies(Engine engine, MavenProject proj
10071007
ExceptionCollection exCol = null;
10081008
exCol = collectMavenDependencies(engine, project, nodes, buildingRequest, aggregate);
10091009

1010-
FileSet[] projectScan = scanSet;
1010+
final FileSet[] projectScan;
10111011
if (scanSet == null || scanSet.length == 0) {
10121012
// Define the default FileSets
10131013
final FileSet resourcesSet = new FileSet();

0 commit comments

Comments
 (0)