Author: rgielen Date: Fri Jun 14 17:03:35 2013 New Revision: 1493157 URL: http://svn.apache.org/r1493157 Log: WW-4108 - small typo in documentation - fixed, thanks to Jan Li for reporting
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java?rev=1493157&r1=1493156&r2=1493157&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java Fri Jun 14 17:03:35 2013 @@ -52,7 +52,7 @@ import com.opensymphony.xwork2.util.Valu * * <!-- START SNIPPET: example1description --> * Pushed user into the stack, and hence property tag could access user's properties - * (firstName, lastName etc) since user is not at the top of the stack + * (firstName, lastName etc) since user is now at the top of the stack * <!-- END SNIPPET: example1description --> * * <pre>