We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707bb5c commit 9545fb6Copy full SHA for 9545fb6
quickfixj-core/src/main/java/quickfix/JdbcSetting.java
@@ -134,7 +134,7 @@ public class JdbcSetting {
134
135
/**
136
* 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.
+ * is exceeded without a connection becoming available, an SQLException will be thrown. Lowest acceptable connection timeout is 250 ms.
138
*/
139
public static final String SETTING_JDBC_CONNECTION_TIMEOUT = "JdbcConnectionTimeout";
140
0 commit comments