mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-29 13:22:12 +02:00
checkstyle correction
Former-commit-id: 63e61948becf22440bab7c34ccb304205bc60174
This commit is contained in:
@@ -194,7 +194,8 @@ public class ReportGenerator {
|
|||||||
templatePath = templateName;
|
templatePath = templateName;
|
||||||
input = new FileInputStream(f);
|
input = new FileInputStream(f);
|
||||||
} catch (FileNotFoundException ex) {
|
} catch (FileNotFoundException ex) {
|
||||||
Logger.getLogger(ReportGenerator.class.getName()).log(Level.SEVERE, "Unable to generate the report, the report template file could not be found.");
|
final String msg = "Unable to generate the report, the report template file could not be found.";
|
||||||
|
Logger.getLogger(ReportGenerator.class.getName()).log(Level.SEVERE, msg);
|
||||||
Logger.getLogger(ReportGenerator.class.getName()).log(Level.FINE, null, ex);
|
Logger.getLogger(ReportGenerator.class.getName()).log(Level.FINE, null, ex);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user