|
From: Donahue S. <dc...@us...> - 2004-08-19 06:31:18
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv820 Modified Files: DbConnectionPool.java Log Message: no message Index: DbConnectionPool.java =================================================================== RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/DbConnectionPool.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** DbConnectionPool.java 11 Dec 2003 06:41:29 -0000 1.27 --- DbConnectionPool.java 19 Aug 2004 06:31:08 -0000 1.28 *************** *** 183,187 **** try { if (connection != null) { ! connection.close(); } } --- 183,187 ---- try { if (connection != null) { ! connection.close(); } } |