updated javadoc author

Former-commit-id: bdc0c240959e2ce9c5dc194bb9fa32083e5287e9
This commit is contained in:
Jeremy Long
2015-04-05 09:21:22 -04:00
parent cf8d1a490c
commit c41e673346

View File

@@ -54,7 +54,7 @@ import org.owasp.dependencycheck.utils.DependencyVersionUtil;
* CPEAnalyzer is a utility class that takes a project dependency and attempts to discern if there is an associated CPE. It uses
* the evidence contained within the dependency to search the Lucene index.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class CPEAnalyzer implements Analyzer {