You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/04/13 15:30:45 UTC

svn commit: r1738938 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChange.java

Author: olli
Date: Wed Apr 13 13:30:45 2016
New Revision: 1738938

URL: http://svn.apache.org/viewvc?rev=1738938&view=rev
Log:
fix javadoc

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChange.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChange.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChange.java?rev=1738938&r1=1738937&r2=1738938&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChange.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChange.java Wed Apr 13 13:30:45 2016
@@ -84,7 +84,7 @@ public class ResourceChange {
      * @param changeType The change type
      * @param path The resource path
      * @param isExternal {code true} if the change happened on another node
-     * @param addedPropertyName set of added property names, if provided must be immutable
+     * @param addedPropertyNames set of added property names, if provided must be immutable
      * @param changedPropertyNames set of added property names, if provided must be immutable
      * @param removedPropertyNames set of added property names, if provided must be immutable
      */