mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
checkstyle fix
Former-commit-id: 193f06ad6458fe0aead3703f6019e6dc6ac37aec
This commit is contained in:
@@ -158,7 +158,7 @@ public class ReportGenerator {
|
|||||||
* reports.
|
* reports.
|
||||||
*/
|
*/
|
||||||
public void generateReports(String outputDir, String outputFormat) throws IOException, Exception {
|
public void generateReports(String outputDir, String outputFormat) throws IOException, Exception {
|
||||||
String format = outputFormat.toUpperCase();
|
final String format = outputFormat.toUpperCase();
|
||||||
if (format.matches("^(XML|HTML|VULN|ALL)$")) {
|
if (format.matches("^(XML|HTML|VULN|ALL)$")) {
|
||||||
if ("XML".equalsIgnoreCase(format)) {
|
if ("XML".equalsIgnoreCase(format)) {
|
||||||
generateReports(outputDir, Format.XML);
|
generateReports(outputDir, Format.XML);
|
||||||
|
|||||||
Reference in New Issue
Block a user