mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +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 {
|
||||
|
||||
/**
|
||||
* 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