Author: davenewton Date: Sat Aug 7 14:29:30 2010 New Revision: 983233 URL: http://svn.apache.org/viewvc?rev=983233&view=rev Log: Updated docs to reflect that setting type to anything but 'start' or 'end' throws an IllegalArgumentException
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java?rev=983233&r1=983232&r2=983233&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java Sat Aug 7 14:29:30 2010 @@ -93,8 +93,7 @@ import com.opensymphony.xwork2.util.logg * * <li>end - means that session scoped properties are removed from session after action is run</li> * - * <li>any other value or no value means that it's in-the-middle action that is set with session properties before it's - * executed, and it's properties are put back to session after execution</li> + * <li>any other value throws IllegalArgumentException</li> * * </ul> *