fixed javadoc typo

Former-commit-id: 625b8d9958d2cf6123fb583864720d4f5c0c9e01
This commit is contained in:
Jeremy Long
2013-05-31 21:24:33 -04:00
parent e8694de6fa
commit 72f9cb2ab2

View File

@@ -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
*/