You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/03/01 12:03:23 UTC

cvs commit: avalon-apps/demo/src/java/org/apache/avalon/apps/demos/lifecycledemo AlternativeLifecycleDemo1Impl.java

donaldp     2003/03/01 03:03:23

  Modified:    demo/src/java/org/apache/avalon/apps/demos/lifecycledemo
                        AlternativeLifecycleDemo1Impl.java
  Log:
  Remove unused imports
  
  Revision  Changes    Path
  1.2       +2 -17     avalon-apps/demo/src/java/org/apache/avalon/apps/demos/lifecycledemo/AlternativeLifecycleDemo1Impl.java
  
  Index: AlternativeLifecycleDemo1Impl.java
  ===================================================================
  RCS file: /home/cvs/avalon-apps/demo/src/java/org/apache/avalon/apps/demos/lifecycledemo/AlternativeLifecycleDemo1Impl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AlternativeLifecycleDemo1Impl.java	25 Jan 2003 16:23:20 -0000	1.1
  +++ AlternativeLifecycleDemo1Impl.java	1 Mar 2003 11:03:23 -0000	1.2
  @@ -7,21 +7,6 @@
    */
   package org.apache.avalon.apps.demos.lifecycledemo;
   
  -import org.apache.avalon.framework.activity.Initializable;
  -import org.apache.avalon.framework.activity.Startable;
  -import org.apache.avalon.framework.activity.Disposable;
  -import org.apache.avalon.framework.context.Contextualizable;
  -import org.apache.avalon.framework.context.Context;
  -import org.apache.avalon.framework.context.ContextException;
  -import org.apache.avalon.framework.service.Serviceable;
  -import org.apache.avalon.framework.service.ServiceManager;
  -import org.apache.avalon.framework.service.ServiceException;
  -import org.apache.avalon.framework.logger.LogEnabled;
  -import org.apache.avalon.framework.logger.Logger;
  -import org.apache.avalon.framework.configuration.Configurable;
  -import org.apache.avalon.framework.configuration.Configuration;
  -import org.apache.avalon.framework.configuration.ConfigurationException;
  -
   /**
    * A demo of the lifecycle methods.  Mount the SAR fle contaning there blocks in Phoenix, go
    * to the JMX console ..
  @@ -36,8 +21,8 @@
    * @author  Paul Hammant <Pa...@yahoo.com>
    * @version 1.0
    */
  -public class AlternativeLifecycleDemo1Impl implements LifecycleDemo1 {
  -
  +public class AlternativeLifecycleDemo1Impl implements LifecycleDemo1
  +{
   
       /**
        * The method from our service interface -> LifecycleDemo1
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org