Author: davenewton Date: Wed Jan 9 16:39:57 2008 New Revision: 610622 URL: http://svn.apache.org/viewvc?rev=610622&view=rev Log: HTML-escaped example snippet tag brackets.
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java?rev=610622&r1=610621&r2=610622&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java Wed Jan 9 16:39:57 2008 @@ -54,13 +54,13 @@ * <!-- START SNIPPET: example --> * * // to change the profiling key - * <action ...> + * <action ...> * ... - * <interceptor-ref name="profiling"> - * <param name="profilingKey">profilingKey</param> - * </interceptor-ref> + * <interceptor-ref name="profiling"> + * <param name="profilingKey">profilingKey</param> + * </interceptor-ref> * ... - * </action> + * </action> * * <!-- END SNIPPET: example --> * </pre>