You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/08/02 00:05:45 UTC

svn commit: r427762 - /logging/log4j/trunk/src/java/org/apache/log4j/WriterAppender.java

Author: carnold
Date: Tue Aug  1 15:05:44 2006
New Revision: 427762

URL: http://svn.apache.org/viewvc?rev=427762&view=rev
Log:
Bug 38564: The documentation describes wrong the encoding field n WriterAppender

Modified:
    logging/log4j/trunk/src/java/org/apache/log4j/WriterAppender.java

Modified: logging/log4j/trunk/src/java/org/apache/log4j/WriterAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/java/org/apache/log4j/WriterAppender.java?rev=427762&r1=427761&r2=427762&view=diff
==============================================================================
--- logging/log4j/trunk/src/java/org/apache/log4j/WriterAppender.java (original)
+++ logging/log4j/trunk/src/java/org/apache/log4j/WriterAppender.java Tue Aug  1 15:05:44 2006
@@ -53,7 +53,7 @@
   protected boolean immediateFlush = true;
 
   /**
-     The encoding to use when opening an InputStream.  <p>The
+     The encoding to use when writing.  <p>The
      <code>encoding</code> variable is set to <code>null</null> by
      default which results in the utilization of the system's default
      encoding.  */



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org