mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 10:32:00 +01:00
corrected remaining merge conflicts that were missed earlier as they were in comments
This commit is contained in:
@@ -69,7 +69,7 @@ public class CveDB {
|
|||||||
private ResourceBundle statementBundle = null;
|
private ResourceBundle statementBundle = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <<<<<<< HEAD Creates a new CveDB object and opens the database
|
* Creates a new CveDB object and opens the database
|
||||||
* connection. Note, the connection must be closed by the caller by calling
|
* connection. Note, the connection must be closed by the caller by calling
|
||||||
* the close method. ======= Does the underlying connection support batch
|
* the close method. ======= Does the underlying connection support batch
|
||||||
* operations?
|
* operations?
|
||||||
@@ -79,7 +79,6 @@ public class CveDB {
|
|||||||
/**
|
/**
|
||||||
* Creates a new CveDB object and opens the database connection. Note, the
|
* Creates a new CveDB object and opens the database connection. Note, the
|
||||||
* connection must be closed by the caller by calling the close method.
|
* connection must be closed by the caller by calling the close method.
|
||||||
* >>>>>>> e79da72711dc0f326fcdce52deab89e37c0d8230
|
|
||||||
*
|
*
|
||||||
* @throws DatabaseException thrown if there is an exception opening the
|
* @throws DatabaseException thrown if there is an exception opening the
|
||||||
* database.
|
* database.
|
||||||
|
|||||||
Reference in New Issue
Block a user