hoju 2005/07/22 23:51:54
Modified: src/java/org/apache/log4j/spi Filter.java
Log:
update deprecation version for the "next" public variable to 1.2.11 since
getNext/setNext were backported to the 1.2 branch
Revision Changes Path
1.12 +1 -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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Filter.java 23 Jul 2005 06:47:07 -0000 1.11
+++ Filter.java 23 Jul 2005 06:51:54 -0000 1.12
@@ -78,7 +78,7 @@
/**
Points to the next filter in the filter chain.
- @deprecated As of 1.2.11, use [EMAIL PROTECTED] #getNext} and [EMAIL
PROTECTED] #setNext} instead
+ @deprecated As of 1.2.12, use [EMAIL PROTECTED] #getNext} and [EMAIL
PROTECTED] #setNext} instead
*/
public Filter next;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]