From 0dc374485902811b385bf9d72bdb3c3c190fcd65 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: c631903f6567a3889722c9f19597651117c1d83d --- 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