mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
checkstyle correction
This commit is contained in:
@@ -158,7 +158,7 @@ public class App {
|
||||
exitCode = -4;
|
||||
}
|
||||
try {
|
||||
String[] scanFiles = cli.getScanFiles();
|
||||
final String[] scanFiles = cli.getScanFiles();
|
||||
if (scanFiles != null) {
|
||||
runScan(cli.getReportDirectory(), cli.getReportFormat(), cli.getProjectName(), scanFiles,
|
||||
cli.getExcludeList(), cli.getSymLinkDepth());
|
||||
|
||||
Reference in New Issue
Block a user