jmitchell    2005/01/08 11:53:02

  Modified:    chain/src/java/org/apache/commons/chain Filter.java
  Log:
  Fix simply typo
  
  Revision  Changes    Path
  1.7       +2 -2      
jakarta-commons/chain/src/java/org/apache/commons/chain/Filter.java
  
  Index: Filter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/chain/src/java/org/apache/commons/chain/Filter.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Filter.java       30 Nov 2004 05:52:23 -0000      1.6
  +++ Filter.java       8 Jan 2005 19:53:02 -0000       1.7
  @@ -31,7 +31,7 @@
    * <p>The most common use case for a [EMAIL PROTECTED] Filter}, as opposed 
to a
    * [EMAIL PROTECTED] Command}, is where potentially expensive resources must 
be acquired
    * and held until the processing of a particular request has been completed,
  - * even it execution is delegated to a subsequent [EMAIL PROTECTED] Command} 
via the
  + * even if execution is delegated to a subsequent [EMAIL PROTECTED] Command} 
via the
    * <code>execute()</code> returning <code>false</code>.  A [EMAIL PROTECTED] 
Filter}
    * can reliably release such resources in the <code>postprocess()</code>
    * method, which is guaranteed to be called by the owning [EMAIL PROTECTED] 
Chain}.</p>
  
  
  

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

Reply via email to