- Fix javadoc warnings
This commit is contained in:
Janne Valkealahti
2016-11-19 18:29:02 +00:00
parent 55c6faf225
commit 38e6c9db0a

View File

@@ -126,6 +126,7 @@ public interface StateConfigurer<S, E> extends
*
* @param state the state
* @param action the state action
* @param error action that will be called if any unexpected exception is thrown by the action.
* @return configurer for chaining
*/
StateConfigurer<S, E> stateDo(S state, Action<S, E> action, Action<S, E> error);
@@ -171,6 +172,7 @@ public interface StateConfigurer<S, E> extends
*
* @param state the state
* @param action the state entry action
* @param error action that will be called if any unexpected exception is thrown by the action.
* @return configurer for chaining
* @see #state(Object, Action, Action)
*/
@@ -196,6 +198,7 @@ public interface StateConfigurer<S, E> extends
*
* @param state the state
* @param action the state entry action
* @param error action that will be called if any unexpected exception is thrown by the action.
* @return configurer for chaining
* @see #state(Object, Action, Action)
*/