From 9c38014369a4dc9741482f34d839421f7f5f2380 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 14 Apr 2015 15:53:41 +0100 Subject: [PATCH] Fix javadoc warnings --- .../statemachine/config/configurers/StateConfigurer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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