You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2012/01/10 21:33:43 UTC

svn commit: r1229712 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/SlingConstants.java

Author: justin
Date: Tue Jan 10 20:33:43 2012
New Revision: 1229712

URL: http://svn.apache.org/viewvc?rev=1229712&view=rev
Log:
fixing misspellings in comments

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/api/SlingConstants.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/SlingConstants.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/SlingConstants.java?rev=1229712&r1=1229711&r2=1229712&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/SlingConstants.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/SlingConstants.java Tue Jan 10 20:33:43 2012
@@ -270,7 +270,7 @@ public class SlingConstants {
      * The topic for the OSGi event which is sent when a resource has been added
      * to the resource tree.
      * The event contains at least the {@link #PROPERTY_PATH}, {@link #PROPERTY_RESOURCE_SUPER_TYPE}
-     * and {@link #PROPERTY_RESOURCE_TYPE} poperties.
+     * and {@link #PROPERTY_RESOURCE_TYPE} properties.
      * @since 2.0.6
      */
     public static final String TOPIC_RESOURCE_ADDED = "org/apache/sling/api/resource/Resource/ADDED";
@@ -278,7 +278,7 @@ public class SlingConstants {
     /**
      * The topic for the OSGi event which is sent when a resource has been removed
      * from the resource tree.
-     * The event contains at least the {@link #PROPERTY_PATH}.As the resource has already been removed
+     * The event contains at least the {@link #PROPERTY_PATH}. As the resource has already been removed
      * no further information like resource type etc. might be available.
      * @since 2.0.6
      */
@@ -288,7 +288,7 @@ public class SlingConstants {
      * The topic for the OSGi event which is sent when a resource has been changed
      * in the resource tree.
      * The event contains at least the {@link #PROPERTY_PATH}, {@link #PROPERTY_RESOURCE_SUPER_TYPE}
-     * and {@link #PROPERTY_RESOURCE_TYPE} poperties.
+     * and {@link #PROPERTY_RESOURCE_TYPE} properties.
      * Since 2.2.0 the event might contain these properties {@link #PROPERTY_ADDED_ATTRIBUTES},
      * {@link #PROPERTY_REMOVED_ATTRIBUTES}, {@link #PROPERTY_CHANGED_ATTRIBUTES}. All of them are
      * optional.