garydgregory commented on code in PR #312:
URL: https://github.com/apache/commons-dbcp/pull/312#discussion_r1508027928
##########
src/main/java/org/apache/commons/dbcp2/managed/DataSourceXAConnectionFactory.java:
##########
@@ -167,8 +167,8 @@ public Connection createConnection() throws SQLException {
}
// get the real connection and XAResource from the connection
- final Connection connection = xaConnection.getConnection();
final XAResource xaResource = xaConnection.getXAResource();
+ final Connection connection = xaConnection.getConnection();
Review Comment:
Hm, the git master code has this extra call ATM. I'll close this PR then.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]