You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/01/25 12:27:37 UTC

svn commit: r615181 - /incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/CoreConstants.java

Author: cziegeler
Date: Fri Jan 25 03:27:36 2008
New Revision: 615181

URL: http://svn.apache.org/viewvc?rev=615181&view=rev
Log:
Remove explicit import.

Modified:
    incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/CoreConstants.java

Modified: incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/CoreConstants.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/CoreConstants.java?rev=615181&r1=615180&r2=615181&view=diff
==============================================================================
--- incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/CoreConstants.java (original)
+++ incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/CoreConstants.java Fri Jan 25 03:27:36 2008
@@ -18,8 +18,6 @@
  */
 package org.apache.sling.core;
 
-import org.apache.sling.core.impl.auth.SlingAuthenticator;
-
 /**
  * The <code>CoreConstants</code> interface provides some symbolic constants
  * for well known constant strings in Sling. Even though these constants will
@@ -87,7 +85,8 @@
     public static final String SLING_SERLVET_NAME = "sling.core.servletName";
 
     /**
-     * The name of the request attribute set by the {@link SlingAuthenticator}
+     * The name of the request attribute set by the
+     * {@link org.apache.sling.core.impl.auth.SlingAuthenticator}
      * when authenticating the request user (value is "javax.jcr.Session").
      * Existence of this attribute in the request, provided it is a JCR Session,
      * signals that authentication has already taken place. This may be used