This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git
The following commit(s) were added to refs/heads/master by this push:
new 541c918 fix typos
541c918 is described below
commit 541c918ef0869c9ff88b86ab96235ef07740c643
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Jun 12 19:23:45 2018 +0200
fix typos
---
.../org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
index 3185956..b0c9529 100644
---
a/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
+++
b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java
@@ -130,7 +130,7 @@ public class JcrListenerBaseConfig implements Closeable {
// nt:file handling
filter.withNodeTypeAggregate(new String[] {"nt:file"}, new
String[] {"", "jcr:content"});
- // anchestor removes
+ // ancestors remove
filter.withIncludeAncestorsRemove();
((JackrabbitObservationManager)mgr).addEventListener(listener,
filter);
@@ -141,7 +141,7 @@ public class JcrListenerBaseConfig implements Closeable {
}
/**
- * Get the event types based on the configuraiton
+ * Get the event types based on the configuration
* @param c The configuration
* @return The event type mask
*/
--
To stop receiving notification emails like this one, please contact
[email protected].