fixed documentation of suppressionFile parameter

Former-commit-id: 5260eb964cd7183adff13f3ef180233499452015
This commit is contained in:
Björn Kimminich
2014-04-17 11:17:17 +02:00
parent 1b9a3bd4bd
commit bd32eeeaa2

View File

@@ -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)