You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/07/30 16:10:54 UTC

cvs commit: jakarta-avalon-excalibur/pool/src/java/org/apache/avalon/excalibur/pool ResourceLimitingPool.java

bloritsch    2002/07/30 07:10:54

  Modified:    pool/src/java/org/apache/avalon/excalibur/pool
                        ResourceLimitingPool.java
  Log:
  update pool and make it compile
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-avalon-excalibur/pool/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java
  
  Index: ResourceLimitingPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceLimitingPool.java	13 May 2002 12:28:36 -0000	1.3
  +++ ResourceLimitingPool.java	30 Jul 2002 14:10:54 -0000	1.4
  @@ -9,10 +9,10 @@
   
   import java.util.Iterator;
   import java.util.LinkedList;
  -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.ValueInstrument;
  +import org.apache.excalibur.instrument.CounterInstrument;
  +import org.apache.excalibur.instrument.Instrument;
  +import org.apache.excalibur.instrument.Instrumentable;
  +import org.apache.excalibur.instrument.ValueInstrument;
   import org.apache.avalon.framework.activity.Disposable;
   import org.apache.avalon.framework.logger.AbstractLogEnabled;
   import org.apache.avalon.framework.logger.LogEnabled;
  
  
  

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