From 72f9cb2ab2f025b5d754e42f7441b7b3cbec5a91 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: 625b8d9958d2cf6123fb583864720d4f5c0c9e01 --- .../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 */