Author: simonetripodi
Date: Wed Sep  7 19:29:00 2011
New Revision: 1166325

URL: http://svn.apache.org/viewvc?rev=1166325&view=rev
Log:
fixed checkstyle violations: Redundant 'final' modifier.

Modified:
    
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RemoveMatching.java

Modified: 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RemoveMatching.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RemoveMatching.java?rev=1166325&r1=1166324&r2=1166325&view=diff
==============================================================================
--- 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RemoveMatching.java
 (original)
+++ 
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/algorithm/RemoveMatching.java
 Wed Sep  7 19:29:00 2011
@@ -66,7 +66,7 @@ public final class RemoveMatching<T>
      * Get a static {@link RemoveMatching} instance.
      * @return {@link RemoveMatching}
      */
-    public static final RemoveMatching<Object> instance() {
+    public static RemoveMatching<Object> instance() {
         return INSTANCE;
     }
 


Reply via email to