You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by mw...@apache.org on 2002/12/10 07:55:31 UTC

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

mwomack     2002/12/09 22:55:30

  Modified:    src/java/org/apache/log4j Plugin.java
  Log:
  Applying Ceki's criteria of contributor vs author, added Nicko Cadell as an author.  The entire plugin interface was suggested by him.
  
  Revision  Changes    Path
  1.3       +2 -3      jakarta-log4j/src/java/org/apache/log4j/Plugin.java
  
  Index: Plugin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/Plugin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Plugin.java	22 Nov 2002 10:27:23 -0000	1.2
  +++ Plugin.java	10 Dec 2002 06:55:30 -0000	1.3
  @@ -24,10 +24,9 @@
     a repository as if the event was sent locally. Watchdog plugins
     allow for a repository to be reconfigured when some "watched"
     configuration data changes.
  -  
  -  <p>Contributors: Nicko Cadell
  -  
  +    
     @author Mark Womack
  +  @author Nicko Cadell
     @since 1.3
   */
   public interface Plugin extends OptionHandler {
  
  
  

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