commented out dead/useless code

Former-commit-id: a3c88ebfa5de6c197e005857867a9d684d65d949
This commit is contained in:
Jeremy Long
2014-01-25 11:05:46 -05:00
parent f6650a95cf
commit 95c824f401

View File

@@ -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();
//}
}
/**