Author: ggregory
Date: Wed Jan 15 18:17:51 2014
New Revision: 1558495

URL: http://svn.apache.org/r1558495
Log:
Remove redundant qualifier.

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java?rev=1558495&r1=1558494&r2=1558495&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
 Wed Jan 15 18:17:51 2014
@@ -35,7 +35,7 @@ public interface Filter {
     /**
      * The result that can returned from a filter method call.
      */
-    public enum Result {
+     enum Result {
         /**
          * The event will be processed without further filtering based on the 
log Level.
          */


Reply via email to