You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/04 10:00:21 UTC

svn commit: r618208 - /lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.java

Author: andreas
Date: Mon Feb  4 01:00:17 2008
New Revision: 618208

URL: http://svn.apache.org/viewvc?rev=618208&view=rev
Log:
[minor change] removed empty method

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.java?rev=618208&r1=618207&r2=618208&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.java Mon Feb  4 01:00:17 2008
@@ -21,9 +21,6 @@
 import java.net.MalformedURLException;
 import java.util.Map;
 
-import org.apache.avalon.framework.configuration.Configurable;
-import org.apache.avalon.framework.configuration.Configuration;
-import org.apache.avalon.framework.configuration.ConfigurationException;
 import org.apache.avalon.framework.context.Context;
 import org.apache.avalon.framework.context.ContextException;
 import org.apache.avalon.framework.context.Contextualizable;
@@ -62,7 +59,7 @@
  * </ul>
  */
 public class SiteSourceFactory extends AbstractLogEnabled implements SourceFactory, ThreadSafe,
-        Contextualizable, Serviceable, Configurable {
+        Contextualizable, Serviceable {
 
     protected static final String SCHEME = "site";
 
@@ -82,12 +79,6 @@
      */
     public void service(ServiceManager manager) throws ServiceException {
         this.manager = manager;
-    }
-
-    /**
-     * @see org.apache.avalon.framework.configuration.Configurable#configure(org.apache.avalon.framework.configuration.Configuration)
-     */
-    public void configure(Configuration configuration) throws ConfigurationException {
     }
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org