- Fixes #310
This commit is contained in:
Janne Valkealahti
2017-02-09 17:55:32 +00:00
parent 29e8cdd276
commit c35286e83f

View File

@@ -18,7 +18,7 @@ package org.springframework.statemachine.event;
import org.springframework.context.ApplicationEvent;
/**
* Base {@link ApplicationEvent} class for leader based events. All custom event
* Base {@link ApplicationEvent} class for statemachine events. All custom event
* classes should be derived from this class.
*
* @author Janne Valkealahti