Merge remote-tracking branch 'origin/spring-state-machine-template-v2' into spring-state-machine-template-v2
This commit is contained in:
commit
ed7a15410d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class StateMachineUtil {
|
|||
public static String getId(StateContext<?, ?> machine) {
|
||||
StateMachine<?, ?> stateMachine = machine.getStateMachine();
|
||||
if (stateMachine == null) return "[unknown SM]";
|
||||
return getId(machine);
|
||||
return getId(stateMachine);
|
||||
}
|
||||
|
||||
public static <S, A> Action<S, A> chain(Action<S, A> a, Action<S, A> b) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue