You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/08/31 15:57:09 UTC

cvs commit: jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info LoggerDescriptor.java

donaldp     2002/08/31 06:57:09

  Modified:    info/src/java/org/apache/avalon/framework/info
                        LoggerDescriptor.java
  Log:
  Fix some spelung and gramer
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/LoggerDescriptor.java
  
  Index: LoggerDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/LoggerDescriptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerDescriptor.java	31 Aug 2002 08:17:00 -0000	1.1
  +++ LoggerDescriptor.java	31 Aug 2002 13:57:09 -0000	1.2
  @@ -13,9 +13,9 @@
    * A descriptor describing the Loggers that the Component
    * will use. The name of each Logger is relative to the
    * Logger passed to the component (namespace separator is '.').
  - * "" names root logger.
  + * The name "", designates the root logger.
    *
  - * <p>Also associated with each Logger is a set of arbitrary
  + * <p>Associated with each Logger is a set of arbitrary
    * attributes that can be used to store extra information
    * about Logger requirements.</p>
    *
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>