mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user