Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 93663 invoked from network); 27 Mar 2002 16:01:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Mar 2002 16:01:46 -0000 Received: (qmail 16226 invoked by uid 97); 27 Mar 2002 16:01:17 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 16209 invoked by uid 97); 27 Mar 2002 16:01:16 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 16197 invoked by uid 97); 27 Mar 2002 16:01:16 -0000 Date: 27 Mar 2002 16:01:13 -0000 Message-ID: <20020327160113.73110.qmail@icarus.apache.org> From: leif@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager DefaultInstrumentManager.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 Leif Mortenson - * @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: For additional commands, e-mail: