pathos      01/03/10 04:46:31

  Modified:    org/apache/log4j AsyncAppender.java
  Log:
  Documentation changes.
  
  Revision  Changes    Path
  1.10      +4 -4      jakarta-log4j/org/apache/log4j/AsyncAppender.java
  
  Index: AsyncAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/org/apache/log4j/AsyncAppender.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AsyncAppender.java        2001/01/26 13:27:45     1.9
  +++ AsyncAppender.java        2001/03/10 12:46:30     1.10
  @@ -43,7 +43,7 @@
   
   
     /**
  -     A string constant used in naming the option for setting the the
  +     A string constant used in naming the option for setting the
        location information flag.  Current value of this string
        constant is <b>LocationInfo</b>.  
   
  @@ -148,7 +148,7 @@
     }
   
    /**
  -     Retuns the option names for this component in addition in
  +     Returns the option names for this component in addition in
        addition to the options of its super class {@link
        AppenderSkeleton}.  */
     public
  @@ -276,7 +276,7 @@
        The dispatching strategy is to wait until there are events in the
        buffer to process. After having processed an event, we release
        the monitor (variable bf) so that new events can be placed in the
  -     buffer, instead of keeping the monitor and processing remaning
  +     buffer, instead of keeping the monitor and processing the remaining
        events in the buffer. 
   
       <p>Other approaches might yield better results.
  @@ -308,7 +308,7 @@
        //cat.debug("About to get new event.");
        event = bf.get();
        if(bf.wasFull()) {
  -       //cat.debug("Notifiying AsyncAppender about freed space.");
  +       //cat.debug("Notifying AsyncAppender about freed space.");
          bf.notify();
        }
         } // synchronized
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to