This commit is contained in:
Janne Valkealahti
2016-10-19 08:26:03 +01:00
parent 895b30a1c4
commit 944a3cf1f5

View File

@@ -83,6 +83,7 @@ public class ConfigurationData<S, E> {
* @param verifierEnabled the verifier enabled flag
* @param verifier the state machine model verifier
* @param machineId the machine id
* @param stateMachineMonitor the state machine monitor
*/
public ConfigurationData(BeanFactory beanFactory, TaskExecutor taskExecutor,
TaskScheduler taskScheduler, boolean autoStart, StateMachineEnsemble<S, E> ensemble,