From 61478a95374f0168981a1c241c87bb074df00acc Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Tue, 29 Nov 2011 13:09:27 +0000 Subject: [PATCH] WW-3713 allows to return content not only for GET method - correct misspelled word git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1207859 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/struts2/rest/RestActionInvocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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