Skip to content

Commit

Permalink
Apply code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Nov 30, 2023
1 parent 000f36a commit 3171f34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void initialize(XAResourceRecovery recovery) throws ResourceException {
public void close() {
for (XAResourceRecovery xrr : recoverySet) {
try {
transactionIntegration.getRecoveryRegistry().removeXAResourceRecovery(xrr);
xrr.shutdown();
} catch (Exception e) {
QuarkusIronJacamarLogger.log.errorDuringRecoveryShutdown(e);
Expand Down

0 comments on commit 3171f34

Please sign in to comment.