You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/12/03 13:06:05 UTC

cvs commit: cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/slide/impl SlideRepositoryImpl.java

unico       2003/12/03 04:06:05

  Modified:    src/blocks/slide/java/org/apache/cocoon/components/slide/impl
                        SlideRepositoryImpl.java
  Log:
  fix CNFE on startup
  
  Revision  Changes    Path
  1.2       +3 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/slide/impl/SlideRepositoryImpl.java
  
  Index: SlideRepositoryImpl.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/slide/impl/SlideRepositoryImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SlideRepositoryImpl.java	2 Dec 2003 19:18:45 -0000	1.1
  +++ SlideRepositoryImpl.java	3 Dec 2003 12:06:05 -0000	1.2
  @@ -55,6 +55,7 @@
   
   import org.apache.avalon.framework.activity.Disposable;
   
  +import org.apache.avalon.framework.component.Component;
   import org.apache.avalon.framework.configuration.Configurable;
   import org.apache.avalon.framework.configuration.Configuration;
   import org.apache.avalon.framework.configuration.ConfigurationException;
  @@ -90,7 +91,7 @@
    */
   public class SlideRepositoryImpl
   implements SlideRepository, LogEnabled, Serviceable, Configurable,
  -Contextualizable, Disposable, ThreadSafe  {
  +Contextualizable, Disposable, Component, ThreadSafe  {
   
       /** The service manager instance */
       protected ServiceManager manager = null;