fixed javadoc typo

Former-commit-id: d6d2c1998c8a8c933608351fd2b301b94480236f
This commit is contained in:
Jeremy Long
2013-05-31 21:24:33 -04:00
parent 0dc3744859
commit ab32c42487

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