updated javadoc author

Former-commit-id: 3c79ef2eef1fdffc2bae0e45091fffb6af1e41d6
This commit is contained in:
Jeremy Long
2015-04-05 09:21:23 -04:00
parent c41e673346
commit 49bd45d88c

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 CPE entries within the dependencies that match will be removed.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class CpeSuppressionAnalyzer extends AbstractSuppressionAnalyzer {