You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/11/20 16:13:36 UTC

cvs commit: cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java

joerg       2003/11/20 07:13:36

  Modified:    src/blocks/batik/java/org/apache/cocoon/serialization
                        SVGSerializer.java
  Log:
  removed Composable
  
  Revision  Changes    Path
  1.10      +2 -11     cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization/SVGSerializer.java
  
  Index: SVGSerializer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization/SVGSerializer.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SVGSerializer.java	9 Oct 2003 15:26:54 -0000	1.9
  +++ SVGSerializer.java	20 Nov 2003 15:13:36 -0000	1.10
  @@ -54,8 +54,6 @@
   import java.io.OutputStream;
   
   import org.apache.avalon.excalibur.pool.Poolable;
  -import org.apache.avalon.framework.component.ComponentManager;
  -import org.apache.avalon.framework.component.Composable;
   import org.apache.avalon.framework.configuration.Configurable;
   import org.apache.avalon.framework.configuration.Configuration;
   import org.apache.avalon.framework.configuration.ConfigurationException;
  @@ -89,7 +87,7 @@
    * @version CVS $Id$
    */
   public class SVGSerializer extends SVGBuilder
  -implements Composable, Serializer, Configurable, Poolable, CacheableProcessingComponent, Contextualizable {
  +implements Serializer, Configurable, Poolable, CacheableProcessingComponent, Contextualizable {
   
       /**
        * Get the context
  @@ -211,13 +209,6 @@
                   throw new ConfigurationException("No field available for parameter \"" + name + "\"", ex);
               }
           }
  -    }
  -
  -    /**
  -     * Set the current <code>ComponentManager</code> instance used by this
  -     * <code>Composable</code>.
  -     */
  -    public void compose(ComponentManager manager) {
       }
   
       /**