diff --git a/spring-statemachine-core/src/main/java/org/springframework/statemachine/config/configurers/StateConfigurer.java b/spring-statemachine-core/src/main/java/org/springframework/statemachine/config/configurers/StateConfigurer.java index c20d1659..64c18db4 100644 --- a/spring-statemachine-core/src/main/java/org/springframework/statemachine/config/configurers/StateConfigurer.java +++ b/spring-statemachine-core/src/main/java/org/springframework/statemachine/config/configurers/StateConfigurer.java @@ -70,7 +70,7 @@ public interface StateConfigurer extends StateConfigurer state(S state); /** - * Specify a state {@code S} with entry and exit {@link Actions}s. + * Specify a state {@code S} with entry and exit {@link Action}s. * * @param state the state * @param entryActions the state entry actions @@ -81,7 +81,7 @@ public interface StateConfigurer extends Collection> exitActions); /** - * Specify a state {@code S} with entry and exit {@link Actions}. + * Specify a state {@code S} with entry and exit {@link Action}. * * @param state the state * @param entryAction the state entry action