JAVA-9808 Fix integration test in spring-state-machine
This commit is contained in:
parent
d24c84be8e
commit
4977a58de1
|
@ -38,7 +38,7 @@ public class SimpleStateMachineConfiguration extends StateMachineConfigurerAdapt
|
||||||
.stateEntry("S3", entryAction())
|
.stateEntry("S3", entryAction())
|
||||||
.stateExit("S3", exitAction())
|
.stateExit("S3", exitAction())
|
||||||
.state("S4", executeAction(), errorAction())
|
.state("S4", executeAction(), errorAction())
|
||||||
.stateDo("S5", executeAction(), errorAction());
|
.state("S5", executeAction(), errorAction());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue