comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/connectionpool/ConnectionPoolFactory.java @ 884:12f88239fb33

Updated Javadocs to the Listed Classes. Also done some Codecleanup and removed unused Methods from the Code. geo-backend/trunk@842 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 26 Mar 2010 15:23:03 +0000
parents 210716612c30
children 1c3efbd2fc5a
comparison
equal deleted inserted replaced
883:6d568397740c 884:12f88239fb33
47 if (instance == null){ 47 if (instance == null){
48 instance = new ConnectionPoolFactory(); 48 instance = new ConnectionPoolFactory();
49 } 49 }
50 return instance; 50 return instance;
51 } 51 }
52 52
53
54 /** 53 /**
55 * Getting the ConnectionPool 54 * Getting the ConnectionPool
56 * @return the ConnectionPool 55 * @return the ConnectionPool
57 */ 56 */
58 public ConnectionPool getConnectionPool(){ 57 public ConnectionPool getConnectionPool(){

http://dive4elements.wald.intevation.org