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 3511fe6 commit 70c29f6Copy full SHA for 70c29f6
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java
@@ -188,7 +188,7 @@ public String[] getValidValues() {
188
public static final String OAUTH_TOKEN_PROPERTY_NAME = "oauthToken";
189
/** Name of the 'minSessions' connection property. */
190
public static final String MIN_SESSIONS_PROPERTY_NAME = "minSessions";
191
- /** Name of the 'numChannels' connection property. */
+ /** Name of the 'maxSessions' connection property. */
192
public static final String MAX_SESSIONS_PROPERTY_NAME = "maxSessions";
193
/** Name of the 'numChannels' connection property. */
194
public static final String NUM_CHANNELS_PROPERTY_NAME = "numChannels";
0 commit comments