commented out dead/useless code

Former-commit-id: 65569e27e22cab96c8f223a732aca2a4d841e71e
This commit is contained in:
Jeremy Long
2014-01-25 11:05:46 -05:00
parent 383731da4d
commit b3a0dc3506

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