mirror of https://github.com/apache/activemq.git
reverting rev 818936 re: issue AMQ-2414
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@820010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e6443ba2b
commit
282f145f08
|
@ -103,8 +103,8 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
|
|||
JDBCPersistenceAdapter.log("Failure details: ", e);
|
||||
}
|
||||
}
|
||||
c.getConnection().commit();
|
||||
}
|
||||
c.getConnection().commit();
|
||||
} finally {
|
||||
try {
|
||||
s.close();
|
||||
|
|
Loading…
Reference in New Issue