[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/tests
DBConnectionPoolStressThread.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Sep 21 22:29:18 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/tests
In directory jcorp2.servlets.net:/tmp/cvs-serv15584/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/tests
Modified Files:
DBConnectionPoolStressThread.java
Log Message:
fixed compiler warning
Index: DBConnectionPoolStressThread.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/tests/DBConnectionPoolStressThread.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** DBConnectionPoolStressThread.java 21 Jun 2003 07:19:35 -0000 1.7
--- DBConnectionPoolStressThread.java 22 Sep 2004 05:29:16 -0000 1.8
***************
*** 110,114 ****
synchronized (this) {
try {
! this.sleep(new java.util.Random().nextInt(50));
} catch (InterruptedException ex) {
}
--- 110,114 ----
synchronized (this) {
try {
! sleep(new java.util.Random().nextInt(50));
} catch (InterruptedException ex) {
}
More information about the cvs
mailing list