From 1c939ee90559cbd26a3fec98d5f614e89076e01b Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Fri, 15 May 2015 23:44:58 +0200 Subject: [PATCH] fix typo in javadoc --- .../src/main/java/org/easyrules/annotation/Action.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrules-core/src/main/java/org/easyrules/annotation/Action.java b/easyrules-core/src/main/java/org/easyrules/annotation/Action.java index 8a07e65..21de42e 100644 --- a/easyrules-core/src/main/java/org/easyrules/annotation/Action.java +++ b/easyrules-core/src/main/java/org/easyrules/annotation/Action.java @@ -42,7 +42,7 @@ public @interface Action { /** * The order in which the action should be executed. - * @return he order in which the action should be executed + * @return the order in which the action should be executed */ int order() default 0;