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