You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/06/24 16:04:25 UTC

cvs commit: db-torque/src/java/org/apache/torque/pool ConnectionPool.java

mpoeschl    2003/06/24 07:04:25

  Modified:    src/java/org/apache/torque/pool ConnectionPool.java
  Log:
  remove comment about PoolBrokerService
  
  Revision  Changes    Path
  1.26      +2 -3      db-torque/src/java/org/apache/torque/pool/ConnectionPool.java
  
  Index: ConnectionPool.java
  ===================================================================
  RCS file: /home/cvs/db-torque/src/java/org/apache/torque/pool/ConnectionPool.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ConnectionPool.java	14 May 2003 19:38:05 -0000	1.25
  +++ ConnectionPool.java	24 Jun 2003 14:04:25 -0000	1.26
  @@ -68,8 +68,7 @@
   import org.apache.commons.logging.LogFactory;
   
   /**
  - * This class implements a simple connection pooling scheme.  Multiple
  - * pools are available through use of the <code>PoolBrokerService</code>.
  + * This class implements a simple connection pooling scheme.
    *
    * @author <a href="mailto:csterg@aias.gr">Costas Stergiou</a>
    * @author <a href="mailto:frank.kim@clearink.com">Frank Y. Kim</a>