BATCH-1065: Added check to ensure that a transition from an EndState does not have a "pattern" associated. EndState transitions must always be universal.
This commit is contained in:
@@ -50,6 +50,6 @@ public class StateSupport extends AbstractState {
|
||||
return this.status;
|
||||
}
|
||||
|
||||
public void validate(String nextState) {
|
||||
public void validate(String pattern, String nextState) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user