donaldp     2002/09/17 05:32:37

  Modified:    src/java/org/apache/log/format PatternFormatter.java
  Log:
  
  
  Revision  Changes    Path
  1.32      +3 -3      
jakarta-avalon-logkit/src/java/org/apache/log/format/PatternFormatter.java
  
  Index: PatternFormatter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/format/PatternFormatter.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- PatternFormatter.java     17 Sep 2002 12:31:08 -0000      1.31
  +++ PatternFormatter.java     17 Sep 2002 12:32:37 -0000      1.32
  @@ -268,7 +268,7 @@
       }
   
       /**
  -     * Extract and buildFromResource a text run  from input string.
  +     * Extract and build a text run  from input string.
        * It does special handling of '\n' and '\t' replaceing
        * them with newline and tab.
        *
  @@ -647,7 +647,7 @@
       }
   
       /**
  -     * Parse the input pattern and buildFromResource internal data structures.
  +     * Parse the input pattern and build internal data structures.
        *
        * @param patternString the pattern
        */
  
  
  

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

Reply via email to