Skip to content

Commit

Permalink
Fix serial warning in TX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed May 17, 2021
1 parent 9092fe3 commit dcbc45e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

/**
* @author Gary Russell
* @author Artem Bilan
* @since 2.2.16
*
*/
Expand Down Expand Up @@ -116,6 +117,8 @@ public void publish() {
PlatformTransactionManager transactionManager(AtomicBoolean committed) {
return new AbstractPlatformTransactionManager() {

private static final long serialVersionUID = 4268801052358035098L;

@Override
protected void doRollback(DefaultTransactionStatus status) throws TransactionException {
}
Expand Down

0 comments on commit dcbc45e

Please sign in to comment.