updated javadoc

Former-commit-id: 3e05f7622618e2dc27fe40cfbdb488303d5c0ec9
This commit is contained in:
Jeremy Long
2013-05-27 20:01:16 -04:00
parent 2b830dccfa
commit 870d345de8

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();