You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/07/30 18:30:52 UTC

svn commit: rev 30997 - avalon/trunk/planet/facilities/http/impl/src/main/org/apache/avalon/http/impl

Author: niclas
Date: Fri Jul 30 09:30:50 2004
New Revision: 30997

Modified:
   avalon/trunk/planet/facilities/http/impl/src/main/org/apache/avalon/http/impl/FormAuthenticator.java
Log:
Forgot to take out the interfaces.

Modified: avalon/trunk/planet/facilities/http/impl/src/main/org/apache/avalon/http/impl/FormAuthenticator.java
==============================================================================
--- avalon/trunk/planet/facilities/http/impl/src/main/org/apache/avalon/http/impl/FormAuthenticator.java	(original)
+++ avalon/trunk/planet/facilities/http/impl/src/main/org/apache/avalon/http/impl/FormAuthenticator.java	Fri Jul 30 09:30:50 2004
@@ -27,7 +27,7 @@
  * @avalon.service type="org.mortbay.http.Authenticator"
  */
 public class FormAuthenticator extends org.mortbay.jetty.servlet.FormAuthenticator
-    implements Serviceable, LogEnabled, Parameterizable
+    implements Parameterizable
 {
     public void parameterize( Parameters params )
         throws ParameterException

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org