From e8694de6fa0d65ba451594eff413c2b551cb63b5 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 31 May 2013 21:24:06 -0400 Subject: [PATCH] fixed javadoc typo Former-commit-id: 5d2f64e0e13f595f08b8e984b422531f8b484321 --- src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java index e2ad0bce2..b2eb55240 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java @@ -227,7 +227,7 @@ public class CveDB { } /** - * Retrieves the vulnerabilities associated with the specified CPE cpe. + * Retrieves the vulnerabilities associated with the specified CPE ID. * * @param cpeStr the CPE cpe name * @return a list of Vulnerabilities