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 pa...@apache.org on 2001/02/28 00:46:30 UTC

cvs commit: jakarta-log4j/org/apache/log4j/net SyslogAppender.java

pathos      01/02/27 15:46:29

  Modified:    org/apache/log4j/net SyslogAppender.java
  Log:
  Documentation changes.
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-log4j/org/apache/log4j/net/SyslogAppender.java
  
  Index: SyslogAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/org/apache/log4j/net/SyslogAppender.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SyslogAppender.java	2001/02/06 15:14:20	1.5
  +++ SyslogAppender.java	2001/02/27 23:46:28	1.6
  @@ -82,7 +82,7 @@
     final static public int LOG_LOCAL7 = 23<<3; 
   
      /**
  -     A string constant used in naming the option for setting the the
  +     A string constant used in naming the option for setting the
        syslog server.  Current value of this string constant is
        <b>SyslogHost</b>.
        @since 0.8.1 */
  @@ -295,7 +295,7 @@
   
     
     /**
  -     Retuns the option names for this component, namely the string
  +     Returns the option names for this component, namely the string
        array consisting of {{@link #SYSLOG_HOST_OPTION}, {@link
        #FACILITY_OPTION}, {@link #FACILITY_PRINTING_OPTION}}.
   
  @@ -308,7 +308,7 @@
     }
     
     /**
  -     The SyslogAppender requires a layout. Hence, this method return
  +     The SyslogAppender requires a layout. Hence, this method returns
        <code>true</code>.
   
        @since 0.8.4 */