Skip to content

Commit

Permalink
ISPN-888 - Support both Synchronization and XAResource for interactin…
Browse files Browse the repository at this point in the history
…g with the TransactionManager
  • Loading branch information
mmarkus authored and maniksurtani committed Mar 24, 2011
1 parent 8f72dc7 commit f1a46df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public boolean isEnlisted() {

@Override
public String toString() {
return "LocalTransactionXa{" +
return "LocalXaTransaction{" +
"xid=" + xid +
"} " + super.toString();
}
Expand Down

0 comments on commit f1a46df

Please sign in to comment.