Author: cziegeler
Date: Wed Dec 19 06:58:34 2007
New Revision: 605562

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

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=605562&r1=605561&r2=605562&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
 Wed Dec 19 06:58:34 2007
@@ -24,9 +24,9 @@
      * resources (value is "sling:nonexisting"). This resource type is used by
      * [EMAIL PROTECTED] ResourceResolver} instances to mark a resource which 
could not
      * actually be resolved.
-     * 
+     *
      * @see #getResourceType()
-     * @see ResourceResolver#resolve(javax.servlet.ServletRequest)
+     * @see ResourceResolver#resolve(javax.servlet.http.HttpServletRequest)
      */
     static final String RESOURCE_TYPE_NON_EXISTING = "sling:nonexisting";
 
@@ -55,7 +55,7 @@
      * except for the [EMAIL PROTECTED] ResourceMetadata#RESOLUTION_PATH} 
property which is
      * required to be set to the part of the request URI used to resolve the
      * resource.
-     * 
+     *
      * @see ResourceMetadata
      */
     ResourceMetadata getResourceMetadata();
@@ -63,7 +63,7 @@
     /**
      * 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
      * @param type The Class object of the target type, such as


Reply via email to