Author: rgoers
Date: Tue Oct 25 14:30:26 2011
New Revision: 1188669
URL: http://svn.apache.org/viewvc?rev=1188669&view=rev
Log:
Remove getFilter method inadvertantly left in
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Appender.java
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Appender.java
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Appender.java?rev=1188669&r1=1188668&r2=1188669&view=diff
==============================================================================
---
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Appender.java
(original)
+++
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Appender.java
Tue Oct 25 14:30:26 2011
@@ -66,12 +66,6 @@ public interface Appender extends Lifecy
boolean requiresLayout();
/**
- * Returns a Filter if one is present.
- * @return the Filter or null if no Filter is associated with the Appender.
- */
- Filter getFilter();
-
- /**
* If set to true any exceptions thrown by the Appender will be logged but
not thrown.
* @return true if Exceptions should be suppressed, false otherwise.
*/