checkstyle fixes

Former-commit-id: a4197ab5fc0e6f0a927869a30cd5e302aed64a33
This commit is contained in:
Jeremy Long
2013-03-16 16:53:41 -04:00
parent 05e480a3b7
commit bba3e85d0e
5 changed files with 55 additions and 38 deletions

View File

@@ -113,7 +113,8 @@ public class App {
if (cli.isGetVersion()) {
cli.printVersionInfo();
} else if (cli.isRunScan()) {
runScan(cli.getReportDirectory(), cli.getReportFormat(), cli.getApplicationName(), cli.getScanFiles(), cli.isAutoUpdate(), cli.isDeepScan());
runScan(cli.getReportDirectory(), cli.getReportFormat(), cli.getApplicationName(),
cli.getScanFiles(), cli.isAutoUpdate(), cli.isDeepScan());
} else {
cli.printHelp();
}