From ab32c424878e86f5ea1d629c54561b274ff8c1f8 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 31 May 2013 21:24:33 -0400 Subject: [PATCH] fixed javadoc typo Former-commit-id: d6d2c1998c8a8c933608351fd2b301b94480236f --- .../java/org/owasp/dependencycheck/data/nvdcve/CveDB.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b2eb55240..fc5bde2f8 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java @@ -227,9 +227,9 @@ public class CveDB { } /** - * Retrieves the vulnerabilities associated with the specified CPE ID. + * Retrieves the vulnerabilities associated with the specified CPE. * - * @param cpeStr the CPE cpe name + * @param cpeStr the CPE name * @return a list of Vulnerabilities * @throws DatabaseException thrown if there is an exception retrieving data */