mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +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
|
||||
*/
|
||||
public void commit() throws SQLException {
|
||||
if (conn != null) {
|
||||
//temporary remove this as autocommit is on.
|
||||
//conn.commit();
|
||||
}
|
||||
//temporary remove this as autocommit is on.
|
||||
//if (conn != null) {
|
||||
// conn.commit();
|
||||
//}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user