You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by da...@apache.org on 2008/01/10 01:40:30 UTC

svn commit: r610622 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java

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 ...>
+ * &lt;action ...&gt;
  *   ...
- *   <interceptor-ref name="profiling">
- *      <param name="profilingKey">profilingKey</param>
- *   </interceptor-ref>
+ *   &lt;interceptor-ref name="profiling"&gt;
+ *      &lt;param name="profilingKey"&gt;profilingKey&lt;/param&gt;
+ *   &lt;/interceptor-ref&gt;
  *   ...
- * </action>
+ * &lt;/action&gt;
  *
  * <!-- END SNIPPET: example -->
  * </pre>