Skip to content

Commit 41745f2

Browse files
LipiLeegvenzl
authored andcommitted
Fix a typo (oracle-samples#59)
1 parent ae33c66 commit 41745f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/jdbc/ConnectionSamples/UCPSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static void main(String args[]) throws Exception {
6363
// connections allowed on the connection pool.
6464
pds.setMaxPoolSize(20);
6565

66-
// Default is 30secs. Set the frequency ineconds to enforce the timeout
66+
// Default is 30secs. Set the frequency in seconds to enforce the timeout
6767
// properties. Applies to inactiveConnectionTimeout(int secs),
6868
// AbandonedConnectionTimeout(secs)& TimeToLiveConnectionTimeout(int secs).
6969
// Range of valid values is 0 to Integer.MAX_VALUE. .

0 commit comments

Comments
 (0)