updated javadoc

Former-commit-id: 7b5aaeab99df80b48414e880f05583f851c772d2
This commit is contained in:
Jeremy Long
2013-05-27 20:01:16 -04:00
parent b202121c21
commit 18c6d60a85

View File

@@ -53,6 +53,7 @@ public class NvdCveAnalyzer implements Analyzer {
* @throws SQLException thrown when there is a SQL Exception
* @throws IOException thrown when there is an IO Exception
* @throws DatabaseException thrown when there is a database exceptions
* @throws ClassNotFoundException thrown if the h2 database driver cannot be loaded
*/
public void open() throws SQLException, IOException, DatabaseException, ClassNotFoundException {
cveDB = new CveDB();