pathos 01/05/18 17:33:04 Modified: src/java/org/apache/log4j/varia DenyAllFilter.java Log: Documentation changes. Revision Changes Path 1.6 +1 -1 jakarta-log4j/src/java/org/apache/log4j/varia/DenyAllFilter.java Index: DenyAllFilter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/DenyAllFilter.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- DenyAllFilter.java 2001/04/03 16:37:35 1.5 +++ DenyAllFilter.java 2001/05/19 00:33:03 1.6 @@ -10,7 +10,7 @@ /** This filter drops all logging events. - <p>You can add this filter to the to the end of a filter chain to + <p>You can add this filter to the end of a filter chain to switch from the default "accept all unless instructed otherwise" filtering behaviour to a "deny all unless instructed otherwise" behaviour. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]