fixed documentation of suppressionFile parameter

Former-commit-id: 937974c6952f8ba4d90ece584c46ada635da1d50
This commit is contained in:
Björn Kimminich
2014-04-17 11:17:17 +02:00
parent 2390b20e68
commit c4fcb6c88c

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)