giacomo     00/10/09 21:47:46

  Modified:    src/org/apache/cocoon/sitemap Tag: xml-cocoon2
                        ComponentPoolController.java
  Log:
  Should be a Component
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      
xml-cocoon/src/org/apache/cocoon/sitemap/Attic/ComponentPoolController.java
  
  Index: ComponentPoolController.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/sitemap/Attic/ComponentPoolController.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ComponentPoolController.java      2000/10/08 20:58:58     1.1.2.1
  +++ ComponentPoolController.java      2000/10/10 04:47:45     1.1.2.2
  @@ -23,9 +23,9 @@
    * a spezial behaviour or treatment.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
  - * @version CVS $Revision: 1.1.2.1 $ $Date: 2000/10/08 20:58:58 $
  + * @version CVS $Revision: 1.1.2.2 $ $Date: 2000/10/10 04:47:45 $
    */
  -public class ComponentPoolController implements PoolController, ThreadSafe {
  +public class ComponentPoolController implements PoolController, ThreadSafe, 
Component {
   
       /** Initial increase/decrease amount */
       public final static int DEFAULT_AMOUNT = 16;
  
  
  

Reply via email to