From 8831d63879992d084b836c013794990c19511bef Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Fri, 8 Jul 2005 10:07:13 +0000 Subject: [PATCH] Minor tweak to javadocs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209729 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/logging/log4j/TestAppender.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/org/apache/commons/logging/log4j/TestAppender.java b/src/test/org/apache/commons/logging/log4j/TestAppender.java index 3b07d79..302c703 100644 --- a/src/test/org/apache/commons/logging/log4j/TestAppender.java +++ b/src/test/org/apache/commons/logging/log4j/TestAppender.java @@ -25,7 +25,10 @@ import org.apache.log4j.spi.LoggingEvent; /** - *

Test implementation of org.apache.log4j.Appender.

+ * A custom implementation of org.apache.log4j.Appender 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$