skitching    2004/05/06 18:16:42

  Modified:    digester/src/java/org/apache/commons/digester
                        WithDefaultsRulesWrapper.java
  Log:
  Minor javadoc tidyup
  
  Revision  Changes    Path
  1.7       +4 -4      
jakarta-commons/digester/src/java/org/apache/commons/digester/WithDefaultsRulesWrapper.java
  
  Index: WithDefaultsRulesWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/WithDefaultsRulesWrapper.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- WithDefaultsRulesWrapper.java     8 Apr 2004 06:11:36 -0000       1.6
  +++ WithDefaultsRulesWrapper.java     7 May 2004 01:16:42 -0000       1.7
  @@ -24,10 +24,10 @@
    * <p><code>Rules</code> <em>Decorator</em> that returns default rules 
    * when no matches are returned by the wrapped implementation.</p>
    *
  - * <p>This allows default <code>Rule</code>'s to be added to any existing 
  - * <code>Rules</code> implementation. 
  - * These default <code>Rule</code>'s will be returned for any match for which 
  - * the wrapped implementation does not return any matches.</p>
  + * <p>This allows default <code>Rule</code> instances to be added to any 
  + * existing <code>Rules</code> implementation. These default <code>Rule</code> 
  + * instances will be returned for any match for which the wrapped 
  + * implementation does not return any matches.</p>
    * <p> For example,
    * <pre>
    *   Rule alpha;
  
  
  

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

Reply via email to