File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
spring-tx/src/test/java/org/springframework/transaction/event Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 48
48
import org .springframework .util .LinkedMultiValueMap ;
49
49
import org .springframework .util .MultiValueMap ;
50
50
51
- import static org .assertj .core .api .Assertions .*;
52
- import static org .springframework .transaction .event .TransactionPhase .*;
51
+ import static org .assertj .core .api .Assertions .assertThat ;
52
+ import static org .assertj .core .api .Assertions .assertThatIllegalStateException ;
53
+ import static org .springframework .transaction .event .TransactionPhase .AFTER_COMMIT ;
54
+ import static org .springframework .transaction .event .TransactionPhase .AFTER_COMPLETION ;
55
+ import static org .springframework .transaction .event .TransactionPhase .AFTER_ROLLBACK ;
56
+ import static org .springframework .transaction .event .TransactionPhase .BEFORE_COMMIT ;
53
57
54
58
/**
55
59
* Integration tests for {@link TransactionalEventListener} support
You can’t perform that action at this time.
0 commit comments