Author: cziegeler
Date: Tue May 11 13:23:29 2010
New Revision: 943114

URL: http://svn.apache.org/viewvc?rev=943114&view=rev
Log:
Fix typos

Modified:
    
sling/trunk/contrib/extensions/rewriter/src/main/java/org/apache/sling/rewriter/impl/FactoryCache.java

Modified: 
sling/trunk/contrib/extensions/rewriter/src/main/java/org/apache/sling/rewriter/impl/FactoryCache.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/rewriter/src/main/java/org/apache/sling/rewriter/impl/FactoryCache.java?rev=943114&r1=943113&r2=943114&view=diff
==============================================================================
--- 
sling/trunk/contrib/extensions/rewriter/src/main/java/org/apache/sling/rewriter/impl/FactoryCache.java
 (original)
+++ 
sling/trunk/contrib/extensions/rewriter/src/main/java/org/apache/sling/rewriter/impl/FactoryCache.java
 Tue May 11 13:23:29 2010
@@ -58,13 +58,13 @@ public class FactoryCache {
     /** The optional property for the paths the component should apply to */
     private static final String PROPERTY_PATHS = "pipeline.paths";
 
-    /** The optional property for the paths the component should apply to */
+    /** The optional property for the extensions the component should apply to 
*/
     private static final String PROPERTY_EXTENSIONS = "pipeline.extensions";
 
-    /** The optional property for the paths the component should apply to */
+    /** The optional property for the content types the component should apply 
to */
     private static final String PROPERTY_CONTENT_TYPES = 
"pipeline.contentTypes";
 
-    /** The optional property for the paths the component should apply to */
+    /** The optional property for the resource types the component should 
apply to */
     private static final String PROPERTY_RESOURCE_TYPES = 
"pipeline.resourceTypes";
 
     /** The logger. */


Reply via email to