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
This commit is contained in:
Lukasz Lenart
2011-11-29 13:09:27 +00:00
parent 6908bc8d0f
commit 61478a9537
@@ -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