updated javadoc author

Former-commit-id: 98a7c3b5faed0c15a25fd93bdaca9ed806847ac0
This commit is contained in:
Jeremy Long
2015-04-05 09:21:23 -04:00
parent 5f396cc647
commit 1600492780

View File

@@ -38,7 +38,7 @@ import org.owasp.dependencycheck.dependency.VulnerableSoftware;
/**
* This analyzer attempts to remove some well known false positives - specifically regarding the java runtime.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class FalsePositiveAnalyzer extends AbstractAnalyzer {