You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/12/18 12:23:39 UTC

svn commit: r605184 - /incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/Resource.java

Author: fmeschbe
Date: Tue Dec 18 03:23:33 2007
New Revision: 605184

URL: http://svn.apache.org/viewvc?rev=605184&view=rev
Log:
JavaDoc

Modified:
    incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/Resource.java

Modified: incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/Resource.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/Resource.java?rev=605184&r1=605183&r2=605184&view=diff
==============================================================================
--- incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/Resource.java (original)
+++ incubator/sling/trunk/api/src/main/java/org/apache/sling/api/resource/Resource.java Tue Dec 18 03:23:33 2007
@@ -61,8 +61,8 @@
     ResourceMetadata getResourceMetadata();
 
     /**
-     * Adapts this resource to another type. A JCR based resource might provided
-     * adapters to the JCR Node on which the resource is based.
+     * Adapts this resource to another type. A JCR based resource might support
+     * adapting to the JCR Node on which the resource is based.
      * 
      * @param <AdapterType> The generic type to which this resource is adapted
      *            to