findbugs correction

Former-commit-id: a58d1242d8a3ea307a83314f7b77e66f392d4ef3
This commit is contained in:
Jeremy Long
2015-05-11 20:31:14 -04:00
parent caabdc6584
commit 71a7e8d2dc

View File

@@ -103,7 +103,7 @@ public class App {
try {
runScan(cli.getReportDirectory(), cli.getReportFormat(), cli.getApplicationName(), cli.getScanFiles(), cli.getExcludeList());
} catch (InvalidScanPathException ex) {
Logger.getLogger(App.class.getName()).log(Level.SEVERE, "An invalid scan path was detected; unable to scan '//*' paths");
LOGGER.log(Level.SEVERE, "An invalid scan path was detected; unable to scan '//*' paths");
}
} else {
cli.printHelp();