Author: olli
Date: Fri Jul 14 10:36:50 2017
New Revision: 1801931
URL: http://svn.apache.org/viewvc?rev=1801931&view=rev
Log:
typo
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java?rev=1801931&r1=1801930&r2=1801931&view=diff
==============================================================================
---
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
(original)
+++
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
Fri Jul 14 10:36:50 2017
@@ -90,7 +90,7 @@ public interface ResourceChangeListener
/**
* Array of change types - optional.
* If this property is missing, added, removed and changed events for
resources
- * and added, and removed events for resource providers are reported.
+ * and added and removed events for resource providers are reported.
* If this property is invalid, the listener is ignored. The type of the
property
* must either be String, or a String array. Valid values are the
constants from
* {@link ResourceChange.ChangeType}.