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()

Reply via email to