Skip to content

Commit

Permalink
OAK-5328: Fix the errors reported by the Javadoc tool in JDK8 - param…
Browse files Browse the repository at this point in the history
… name changes

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1778003 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
reschke committed Jan 9, 2017
1 parent dd8fa41 commit 7c77903
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ public abstract class OakEventFilter extends JackrabbitEventFilter {
* <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);
Expand Down

0 comments on commit 7c77903

Please sign in to comment.