hoju        2005/07/12 19:59:12

  Modified:    src/java/org/apache/log4j/spi Filter.java
  Log:
  Make 1.3 Filter binary compatible with 1.2.xx
  
  Revision  Changes    Path
  1.10      +3 -1      logging-log4j/src/java/org/apache/log4j/spi/Filter.java
  
  Index: Filter.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/spi/Filter.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Filter.java       4 Jan 2005 15:09:54 -0000       1.9
  +++ Filter.java       13 Jul 2005 02:59:12 -0000      1.10
  @@ -79,8 +79,10 @@
   
     /**
        Points to the next filter in the filter chain.
  +     
  +     @deprecated As of 1.3, use [EMAIL PROTECTED] #getNext} and [EMAIL 
PROTECTED] #setNext} instead
      */
  -  private Filter next;
  +  public Filter next;
   
     /**
        Usually filters options become active when set. We provide a
  
  
  

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

Reply via email to