You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2002/03/19 22:11:41 UTC

cvs commit: jakarta-log4j/src/java/org/apache/log4j PropertyConfigurator.java

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>&quot;${&quot;</b> and
      closing <b>&quot;}&quot;</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&uuml;lc&uuml;
      @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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>