Author: lukaszlenart
Date: Tue Dec 18 20:30:41 2012
New Revision: 1423626

URL: http://svn.apache.org/viewvc?rev=1423626&view=rev
Log:
WW-3906 updates docs about parsing parameters

Modified:
    
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/HttpHeaderResult.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/HttpHeaderResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/HttpHeaderResult.java?rev=1423626&r1=1423625&r2=1423626&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/HttpHeaderResult.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/HttpHeaderResult.java
 Tue Dec 18 20:30:41 2012
@@ -39,7 +39,7 @@ import java.util.Map;
  * <!-- START SNIPPET: description -->
  * <p/>
  * A custom Result type for setting HTTP headers and status by optionally 
evaluating against the ValueStack.
- * This result can also be used to send and error to the client.
+ * This result can also be used to send and error to the client. All the 
parameters can be evaluated against the ValueStack.
  * <p/>
  * <!-- END SNIPPET: description -->
  * <p/>


Reply via email to