This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit a9432ad4135c9fc1919834d8175eb614b4c8fbd9
Author: juanpablo <[email protected]>
AuthorDate: Sun Apr 5 11:17:25 2020 +0200

    remove final from non-default method in PageFilter interface
---
 jspwiki-api/src/main/java/org/apache/wiki/api/filters/PageFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/jspwiki-api/src/main/java/org/apache/wiki/api/filters/PageFilter.java 
b/jspwiki-api/src/main/java/org/apache/wiki/api/filters/PageFilter.java
index 19cd401..a284c8e 100644
--- a/jspwiki-api/src/main/java/org/apache/wiki/api/filters/PageFilter.java
+++ b/jspwiki-api/src/main/java/org/apache/wiki/api/filters/PageFilter.java
@@ -54,7 +54,7 @@ public interface PageFilter {
      *  @param properties The properties ripped from filters.xml.
      *  @throws FilterException If the filter could not be initialized. If 
this is thrown, the filter is not added to the internal queues.
      */
-    void initialize( final Engine engine, final Properties properties ) throws 
FilterException;
+    void initialize( Engine engine, Properties properties ) throws 
FilterException;
 
     /**
      *  This method is called whenever a page has been loaded from the 
provider, but not yet been sent through the markup-translation

Reply via email to