Skip to content

Commit 95c925d

Browse files
committed
- Upgraded the ConnectionPool to use the 2012 version of the MiniConnectionPoolManager.
- Added new setConnectionPoolDataSource to the Database class. - Cleaned up the open and close methods in the Recordset class. git-svn-id: svn://192.168.0.80/JavaXT/javaxt-core@692 2c7b0aa6-e0b2-3c4e-bb4a-8b65b6c465ff
1 parent 7129230 commit 95c925d

File tree

4 files changed

+341
-194
lines changed

4 files changed

+341
-194
lines changed

src/javaxt/http/Request.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private String getCredentials() throws Exception {
290290
//**************************************************************************
291291
//** setConnectTimeout
292292
//**************************************************************************
293-
/**
293+
/** Connection timeout in milliseconds
294294
*/
295295
public void setConnectTimeout(int timeout){
296296
if (timeout>0) connectionTimeout = timeout;
@@ -300,7 +300,7 @@ public void setConnectTimeout(int timeout){
300300
//**************************************************************************
301301
//** setReadTimeout
302302
//**************************************************************************
303-
/**
303+
/** Read timeout in milliseconds.
304304
*/
305305
public void setReadTimeout(int timeout){
306306
if (readTimeout>0) readTimeout = timeout;

0 commit comments

Comments
 (0)