You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/07/08 12:07:17 UTC

svn commit: r209729 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/log4j/TestAppender.java

Author: skitching
Date: Fri Jul  8 03:07:13 2005
New Revision: 209729

URL: http://svn.apache.org/viewcvs?rev=209729&view=rev
Log:
Minor tweak to javadocs

Modified:
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/log4j/TestAppender.java

Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/log4j/TestAppender.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/log4j/TestAppender.java?rev=209729&r1=209728&r2=209729&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/log4j/TestAppender.java (original)
+++ jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/log4j/TestAppender.java Fri Jul  8 03:07:13 2005
@@ -25,7 +25,10 @@
 
 
 /**
- * <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p>
+ * A custom implementation of <code>org.apache.log4j.Appender</code> which
+ * stores all received log event messages in memory. This allows test code
+ * to check whether the messages it expected to log have actually been logged.
+ * 
  *
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$



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