You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/11/18 01:13:50 UTC

svn commit: rev 76195 - cocoon/trunk/src/java/org/apache/cocoon/components/treeprocessor

Author: vgritsenko
Date: Wed Nov 17 16:13:49 2004
New Revision: 76195

Modified:
   cocoon/trunk/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java
Log:
unused method


Modified: cocoon/trunk/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java
==============================================================================
--- cocoon/trunk/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java	(original)
+++ cocoon/trunk/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java	Wed Nov 17 16:13:49 2004
@@ -276,9 +276,9 @@
     /**
      * Set the sitemap component configurations
      */
-    public void setComponentConfigurations(Configuration componentConfigurations) {
-        this.concreteProcessor.setComponentConfigurations(componentConfigurations);
-    }
+//    public void setComponentConfigurations(Configuration componentConfigurations) {
+//        this.concreteProcessor.setComponentConfigurations(componentConfigurations);
+//    }
 
     /* (non-Javadoc)
      * @see org.apache.cocoon.Processor#getComponentConfigurations()