mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
updated javadoc
Former-commit-id: 7b5aaeab99df80b48414e880f05583f851c772d2
This commit is contained in:
@@ -53,6 +53,7 @@ public class NvdCveAnalyzer implements Analyzer {
|
|||||||
* @throws SQLException thrown when there is a SQL Exception
|
* @throws SQLException thrown when there is a SQL Exception
|
||||||
* @throws IOException thrown when there is an IO Exception
|
* @throws IOException thrown when there is an IO Exception
|
||||||
* @throws DatabaseException thrown when there is a database exceptions
|
* @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 {
|
public void open() throws SQLException, IOException, DatabaseException, ClassNotFoundException {
|
||||||
cveDB = new CveDB();
|
cveDB = new CveDB();
|
||||||
|
|||||||
Reference in New Issue
Block a user