Author: reschke
Date: Mon Jan  9 16:11:18 2017
New Revision: 1778003

URL: http://svn.apache.org/viewvc?rev=1778003&view=rev
Log:
OAK-5328: Fix the errors reported by the Javadoc tool in JDK8 - param name 
changes

Modified:
    
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java

Modified: 
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java?rev=1778003&r1=1778002&r2=1778003&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
 Mon Jan  9 16:11:18 2017
@@ -100,9 +100,9 @@ public abstract class OakEventFilter ext
      * <p>
      * This filter property is added in 'or' mode.
      * 
-     * @param globPath
-     *            glob path that should be added as include path pattern. Note
-     *            that the NamePathMapper is not applied on this globPath.
+     * @param globPaths
+     *            glob paths that should be added as include path pattern. Note
+     *            that the NamePathMapper is not applied on these globPaths.
      * @return this filter with the filter change applied
      */
     public abstract OakEventFilter withIncludeGlobPaths(String... globPaths);


Reply via email to