Author: fmeschbe
Date: Tue Jul 27 14:00:34 2010
New Revision: 979707
URL: http://svn.apache.org/viewvc?rev=979707&view=rev
Log:
SLING-1575 Better remove the @scr tags altogether from the abstract class (same
as the AbstractAuthenticationHandler which also does not have the tags)
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AbstractAuthenticationFormServlet.java
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AbstractAuthenticationFormServlet.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AbstractAuthenticationFormServlet.java?rev=979707&r1=979706&r2=979707&view=diff
==============================================================================
---
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AbstractAuthenticationFormServlet.java
(original)
+++
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AbstractAuthenticationFormServlet.java
Tue Jul 27 14:00:34 2010
@@ -31,12 +31,6 @@ import javax.servlet.http.HttpServletRes
* The <code>AbstractAuthenticationFormServlet</code> provides a basic
* implementation of a simple servlet to render a login form for authentication
* purposes.
- * <p>
- * Note, that this abstract base class does not declare itself as implementing
- * a service. Implementations of this class must explicitly state so by means
- * of an <code>@scr.service</code> tag or <code>Service</code> annotation.
- *
- * @scr.component metatype="no" abstract="yes"
*/
@SuppressWarnings("serial")
public abstract class AbstractAuthenticationFormServlet extends HttpServlet {