You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by pa...@apache.org on 2001/02/28 00:48:30 UTC

cvs commit: jakarta-log4j/org/apache/log4j/net SyslogTracerPrintWriter.java

pathos      01/02/27 15:48:30

  Modified:    org/apache/log4j/net SyslogTracerPrintWriter.java
  Log:
  Documentation changes.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-log4j/org/apache/log4j/net/SyslogTracerPrintWriter.java
  
  Index: SyslogTracerPrintWriter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/org/apache/log4j/net/SyslogTracerPrintWriter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SyslogTracerPrintWriter.java	2000/12/14 21:07:56	1.4
  +++ SyslogTracerPrintWriter.java	2001/02/27 23:48:29	1.5
  @@ -12,7 +12,7 @@
   
   /**
      SyslogTracerPrintWriter overrides the println function in
  -   TracerPrintWriter by replacing the TAB character which appear as
  +   TracerPrintWriter by replacing the TAB character which appears as
      '^I' on syslog files with spaces. It also does not print the "\n".
   */
   class SyslogTracerPrintWriter extends TracerPrintWriter {
  @@ -24,7 +24,7 @@
     }
   
     /**
  -     Make the first Exception line print properly by omitting the \n ath the 
  +     Make the first Exception line print properly by omitting the \n at the 
        end.
     */
     public