diff --git a/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java b/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java index 1bd1acc13..54730aab5 100644 --- a/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java +++ b/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java @@ -82,7 +82,7 @@ public class RestActionInvocation extends DefaultActionInvocation { } /** - * If set to true (be default) blocks returning content from any other methods than GET, + * If set to true (by default) blocks returning content from any other methods than GET, * if set to false, the content can be returned for any kind of method * * @param value true or false