You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/05/18 23:59:53 UTC

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java

dirkv       2004/05/18 14:59:53

  Modified:    dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java
  Log:
  remove getConnectionPool method
  was not present in 1.1 and the pool should not be publicly accessible
  
  Revision  Changes    Path
  1.36      +1 -5      jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/BasicDataSource.java
  
  Index: BasicDataSource.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/BasicDataSource.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- BasicDataSource.java	29 Feb 2004 20:18:25 -0000	1.35
  +++ BasicDataSource.java	18 May 2004 21:59:53 -0000	1.36
  @@ -507,10 +507,6 @@
        */
       protected GenericObjectPool connectionPool = null;
       
  -    public GenericObjectPool getConnectionPool() {
  -        return connectionPool;
  -    }
  -
       /**
        * The connection properties that will be sent to our JDBC driver when
        * establishing new connections.  <strong>NOTE</strong> - The "user" and
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org