diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NvdCveAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NvdCveAnalyzer.java index c1e15f39b..e252c5481 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NvdCveAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NvdCveAnalyzer.java @@ -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 + * @author Jeremy Long */ public class NvdCveAnalyzer implements Analyzer {