pathos 01/05/21 11:35:45 Modified: src/java/org/apache/log4j/net SMTPAppender.java Log: Fixed typos. Revision Changes Path 1.24 +4 -4 jakarta-log4j/src/java/org/apache/log4j/net/SMTPAppender.java Index: SMTPAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SMTPAppender.java,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- SMTPAppender.java 2001/05/20 15:03:07 1.23 +++ SMTPAppender.java 2001/05/21 18:35:42 1.24 @@ -150,7 +150,7 @@ /** The default constructor will instantiate the appender with a - {@link TriggeringEventEvaluator} that will tirgger on events with + {@link TriggeringEventEvaluator} that will trigger on events with priority ERROR or higher.*/ public SMTPAppender() { @@ -425,7 +425,7 @@ /** - The <b>BufferSize</b>option takes a positive integer + The <b>BufferSize</b> option takes a positive integer representing the maximum number of logging events to collect in a cyclic buffer. When the <code>BufferSize</code> is reached, oldest events are deleted as new events are added to the @@ -475,7 +475,7 @@ /** The <b>EvaluatorClass</b> option takes a string value - repsenting the name of the class implementing the {@link + representing the name of the class implementing the {@link TriggeringEventEvaluator} interface. A corresponding object will be instantiated and assigned as the triggering event evaluator for the SMTPAppender. @@ -519,7 +519,7 @@ Is this <code>event</code> the e-mail triggering event? <p>This method returns <code>true</code>, if the event priority - has ERROR priority or higher. Otherwisem it returns + has ERROR priority or higher. Otherwise it returns <code>false</code>. */ public boolean isTriggeringEvent(LoggingEvent event) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]