Author: stefanegli
Date: Wed Nov 2 08:48:54 2016
New Revision: 1767616
URL: http://svn.apache.org/viewvc?rev=1767616&view=rev
Log:
OAK-5020 : javadoc wording adjusted to stress that you can use deep and
withIncludeAncestorsRemove independently
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=1767616&r1=1767615&r2=1767616&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
Wed Nov 2 08:48:54 2016
@@ -47,8 +47,12 @@ public abstract class OakEventFilter ext
public abstract OakEventFilter withApplyNodeTypeOnSelf();
/**
- * This causes the registration of !deep NODE_REMOVED registrations
+ * This causes the registration of independent, additional
+ * !deep NODE_REMOVED filter-conditions
* of all parents of the include paths (both normal and glob).
+ * (These additional filter-conditions are added in 'OR' mode
+ * to the otherwise resulting filter-conditions, thus you can
+ * still have an independent <code>deep/!deep</code> flag too)
* <ul>
* <li>include path /a/b/c/d results in additional !deep NODE_REMOVED
* filters on /a/b/c, on /a/b and on /a</li>