cvs commit: jakarta-log4j/src/java/org/apache/log4j PropertyConfigurator.java
[email protected] 19 Mar 2002 21:11:41 -0000
| Newsgroups | gmane.comp.jakarta.log4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
ceki 02/03/19 13:11:41
Modified: src/java/org/apache/log4j PropertyConfigurator.java
Log:
Minor tyo correction
Revision Changes Path
1.48 +4 -4 jakarta-log4j/src/java/org/apache/log4j/PropertyConfigurator.java
Index: PropertyConfigurator.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/PropertyConfigurator.java,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- PropertyConfigurator.java 11 Feb 2002 16:14:33 -0000 1.47
+++ PropertyConfigurator.java 19 Mar 2002 21:11:41 -0000 1.48
@@ -71,9 +71,9 @@
<p>The syntax of variable substitution is similar to that of UNIX
shells. The string between an opening <b>"${"</b> and
closing <b>"}"</b> is interpreted as a key. Its value is
- searched in the system properties, and if not founf then in the
- configuration file being parsed. The corresponding value replaces
- the ${variableName} sequence.
+ searched in the system properties, and if not found there, it is
+ searched in the configuration file being parsed. The corresponding
+ value replaces the ${variableName} sequence.
@author Ceki Gülcü
@author Anders Kristensen
@@ -589,7 +589,7 @@
LogLog.debug("Category " + loggerName + " set to " + logger.getLevel());
}
- // Remove all existing appenders. They will be reconstructed below.
+ // Begin by removing all existing appenders.
logger.removeAllAppenders();
Appender appender;
--
To unsubscribe, e-mail: <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>