You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/03/27 17:01:13 UTC

cvs commit: jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager DefaultInstrumentManager.java

leif        02/03/27 08:01:13

  Modified:    instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager
                        DefaultInstrumentManager.java
  Log:
  Reordered the imports to conform to my standards.
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/DefaultInstrumentManager.java
  
  Index: DefaultInstrumentManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/DefaultInstrumentManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultInstrumentManager.java	26 Mar 2002 11:56:16 -0000	1.1
  +++ DefaultInstrumentManager.java	27 Mar 2002 16:01:12 -0000	1.2
  @@ -14,16 +14,16 @@
   import java.io.OutputStream;
   import java.util.HashMap;
   
  -import org.apache.avalon.excalibur.instrument.manager.client.InstrumentableDescriptor;
  -import org.apache.avalon.excalibur.instrument.manager.client.InstrumentManagerClient;
  -import org.apache.avalon.excalibur.instrument.manager.client.NoSuchInstrumentableException;
  -
   import org.apache.avalon.excalibur.instrument.AbstractInstrument;
   import org.apache.avalon.excalibur.instrument.CounterInstrument;
   import org.apache.avalon.excalibur.instrument.Instrument;
   import org.apache.avalon.excalibur.instrument.Instrumentable;
   import org.apache.avalon.excalibur.instrument.InstrumentManager;
   import org.apache.avalon.excalibur.instrument.ValueInstrument;
  +import org.apache.avalon.excalibur.instrument.manager.client.InstrumentableDescriptor;
  +import org.apache.avalon.excalibur.instrument.manager.client.InstrumentManagerClient;
  +import org.apache.avalon.excalibur.instrument.manager.client.NoSuchInstrumentableException;
  +
   import org.apache.avalon.framework.activity.Disposable;
   import org.apache.avalon.framework.activity.Initializable;
   import org.apache.avalon.framework.component.ComponentException;
  @@ -38,7 +38,7 @@
   /**
    *
    * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
  + * @version CVS $Revision: 1.2 $ $Date: 2002/03/27 16:01:12 $
    * @since 4.1
    */
   public class DefaultInstrumentManager
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>