updated javadoc author

Former-commit-id: 30f7e50b4d38804ef4fa16d140239566db5f8cac
This commit is contained in:
Jeremy Long
2015-04-05 09:21:26 -04:00
parent 55271b8e83
commit e28be6f2b7

View File

@@ -26,7 +26,7 @@ import org.owasp.dependencycheck.suppression.SuppressionRule;
* The suppression analyzer processes an externally defined XML document that complies with the suppressions.xsd schema.
* Any identified Vulnerability entries within the dependencies that match will be removed.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class VulnerabilitySuppressionAnalyzer extends AbstractSuppressionAnalyzer {