cvs commit: jakarta-log4j/src/java/org/apache/log4j BasicConfigurator.java
[email protected] 7 May 2002 23:44:22 -0000
| Newsgroups | gmane.comp.jakarta.log4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
ceki 02/05/07 16:44:22
Modified: src/java/org/apache/log4j BasicConfigurator.java
Log:
Fixed documentation bug #2726
Revision Changes Path
1.23 +3 -3 jakarta-log4j/src/java/org/apache/log4j/BasicConfigurator.java
Index: BasicConfigurator.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/BasicConfigurator.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- BasicConfigurator.java 24 Apr 2002 01:16:14 -0000 1.22
+++ BasicConfigurator.java 7 May 2002 23:44:22 -0000 1.23
@@ -27,9 +27,9 @@
}
/**
- Add a {@link FileAppender} that uses {@link PatternLayout} using
- the {@link PatternLayout#TTCC_CONVERSION_PATTERN} and prints to
- <code>System.out</code> to the root category. */
+ Add a {@link ConsoleAppender} that uses {@link PatternLayout}
+ using the {@link PatternLayout#TTCC_CONVERSION_PATTERN} and
+ prints to <code>System.out</code> to the root category. */
static
public
void configure() {