mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 00:29:21 +01:00
checkstyle fix
Former-commit-id: 07c248e22163c69f924e02932b94952c8a5ef3a1
This commit is contained in:
@@ -48,9 +48,21 @@ import org.owasp.dependencycheck.dependency.Dependency;
|
|||||||
*/
|
*/
|
||||||
public class ReportGenerator {
|
public class ReportGenerator {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An enumeration of the report formats.
|
||||||
|
*/
|
||||||
public enum Format {
|
public enum Format {
|
||||||
|
/**
|
||||||
|
* Generate all reports.
|
||||||
|
*/
|
||||||
ALL,
|
ALL,
|
||||||
|
/**
|
||||||
|
* Generate XML report.
|
||||||
|
*/
|
||||||
XML,
|
XML,
|
||||||
|
/**
|
||||||
|
* Generate HTML report.
|
||||||
|
*/
|
||||||
HTML
|
HTML
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user