garydgregory commented on code in PR #312:
URL: https://github.com/apache/commons-dbcp/pull/312#discussion_r1507882853
##########
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:
@rmaucher Does the order matter? Can we comment that order here...
--
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]