mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 00:59:34 +01:00
commented out dead/useless code
Former-commit-id: a3c88ebfa5de6c197e005857867a9d684d65d949
This commit is contained in:
@@ -116,10 +116,10 @@ public class CveDB {
|
|||||||
* @throws SQLException thrown if a SQL Exception occurs
|
* @throws SQLException thrown if a SQL Exception occurs
|
||||||
*/
|
*/
|
||||||
public void commit() throws SQLException {
|
public void commit() throws SQLException {
|
||||||
if (conn != null) {
|
|
||||||
//temporary remove this as autocommit is on.
|
//temporary remove this as autocommit is on.
|
||||||
|
//if (conn != null) {
|
||||||
// conn.commit();
|
// conn.commit();
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user