mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
fixed documentation of suppressionFile parameter
Former-commit-id: 5260eb964cd7183adff13f3ef180233499452015
This commit is contained in:
@@ -202,7 +202,7 @@ public class DependencyCheckMojo extends AbstractMojo implements MavenMultiPageR
|
||||
@Parameter(property = "connectionTimeout", defaultValue = "", required = false)
|
||||
private String connectionTimeout = null;
|
||||
/**
|
||||
* The Connection Timeout.
|
||||
* The path to the suppression file.
|
||||
*/
|
||||
@SuppressWarnings({"CanBeFinal", "FieldCanBeLocal"})
|
||||
@Parameter(property = "suppressionFile", defaultValue = "", required = false)
|
||||
|
||||
Reference in New Issue
Block a user