updated javadoc author

Former-commit-id: faf88eac765f642fa25bcf730634e79c17d107ac
This commit is contained in:
Jeremy Long
2015-04-05 09:21:25 -04:00
parent 8b5d8679f7
commit 55271b8e83

View File

@@ -32,7 +32,7 @@ import org.owasp.dependencycheck.dependency.Vulnerability;
* NvdCveAnalyzer is a utility class that takes a project dependency and attempts to discern if there is an associated
* CVEs. It uses the the identifiers found by other analyzers to lookup the CVE data.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class NvdCveAnalyzer implements Analyzer {