Author: dgeary
Date: Wed Mar 23 16:20:02 2005
New Revision: 158855

URL: http://svn.apache.org/viewcvs?view=rev&rev=158855
Log:
Fixed formatting of javadoc for ShaleApplicationFilter as an excuse to test my 
first Shale commit

Modified:
    
struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleApplicationFilter.java

Modified: 
struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleApplicationFilter.java
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleApplicationFilter.java?view=diff&r1=158854&r2=158855
==============================================================================
--- 
struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleApplicationFilter.java
 (original)
+++ 
struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleApplicationFilter.java
 Wed Mar 23 16:20:02 2005
@@ -69,12 +69,12 @@
  * <ul>
  * <li>Invoke a command named <code>preprocess</code> (in the 
<code>shale</code>
  *     catalog), if it exists.  This is where you should insert commands to be
- *     executed <strong>before</code> [EMAIL PROTECTED] 
ShaleApplicationFilter} passes the
+ *     executed <strong>before</strong> [EMAIL PROTECTED] 
ShaleApplicationFilter} passes the
  *     request on to the next filter or servlet.</li>
  * <li>Execute the remainder of the filter chain for this request.</li>
  * <li>Invokes a command named <code>postprocess</code> (in the 
<code>shale</code>
  *     catalog), if it exists.  This is where you should insert commands to be
- *     executed <strong>after</code> control returns from the invoked filter or
+ *     executed <strong>after</strong> control returns from the invoked filter 
or
  *     servlet.  Note that it is no longer possible, at this point, to replace
  *     the response content produced by the filter or servlet -- that should
  *     be done in a preprocess step.</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to