You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/11/29 14:09:28 UTC

svn commit: r1207859 - /struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java

Author: lukaszlenart
Date: Tue Nov 29 13:09:27 2011
New Revision: 1207859

URL: http://svn.apache.org/viewvc?rev=1207859&view=rev
Log:
WW-3713 allows to return content not only for GET method - correct misspelled word

Modified:
    struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java

Modified: struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java?rev=1207859&r1=1207858&r2=1207859&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java (original)
+++ struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java Tue Nov 29 13:09:27 2011
@@ -82,7 +82,7 @@ public class RestActionInvocation extend
     }
 
     /**
-     * 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