Skip to content

Commit 9545fb6

Browse files
the-thingchrjohn
andauthored
Update quickfixj-core/src/main/java/quickfix/JdbcSetting.java
Co-authored-by: Christoph John <christoph.john@macd.com>
1 parent 707bb5c commit 9545fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/main/java/quickfix/JdbcSetting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public class JdbcSetting {
134134

135135
/**
136136
* Controls the maximum number of milliseconds that a client (that's you) will wait for a connection from the pool. If this time
137-
* is exceeded without a connection becoming available, a SQLException will be thrown. Lowest acceptable connection timeout is 250 ms.
137+
* is exceeded without a connection becoming available, an SQLException will be thrown. Lowest acceptable connection timeout is 250 ms.
138138
*/
139139
public static final String SETTING_JDBC_CONNECTION_TIMEOUT = "JdbcConnectionTimeout";
140140

0 commit comments

Comments
 (0)