Author: justin
Date: Mon Aug 16 14:13:16 2010
New Revision: 985943

URL: http://svn.apache.org/viewvc?rev=985943&view=rev
Log:
SLING-1654 - cleanup javadoc

Modified:
    
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java

Modified: 
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java?rev=985943&r1=985942&r2=985943&view=diff
==============================================================================
--- 
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
 (original)
+++ 
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
 Mon Aug 16 14:13:16 2010
@@ -781,8 +781,8 @@ public class SlingAuthenticator implemen
     /**
      * Sets the request attributes required by the OSGi HttpContext interface
      * specification for the <code>handleSecurity</code> method. In addition 
the
-     * {...@link SlingHttpContext#SESSION} request attribute is set with the 
JCR
-     * Session.
+     * {...@link SlingAuthenticator#REQUEST_ATTRIBUTE_RESOLVER} request 
attribute is
+     * set to the ResourceResolver.
      */
     private void setAttributes(final ResourceResolver resolver, final String 
authType,
             final HttpServletRequest request) {


Reply via email to