Scratch that, we already checked.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2152 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-07-30 22:10:27 +00:00
parent 8e9a269bc2
commit 991216b078
@@ -244,7 +244,7 @@ public class SimpleRepository extends Repository
} finally {
if (conn != null) {
// restore our auto-commit settings
if (oldAutoCommit != null && conn != null && !conn.isClosed()) {
if (oldAutoCommit != null && !conn.isClosed()) {
try {
conn.setAutoCommit(oldAutoCommit);
} catch (SQLException sace) {