Skip to content

Commit 70c29f6

Browse files
authored
refactor: typo fix in maxSessions variable doc string. (#1809)
refactor: typo fix in maxSessions variable doc string.
1 parent 3511fe6 commit 70c29f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public String[] getValidValues() {
188188
public static final String OAUTH_TOKEN_PROPERTY_NAME = "oauthToken";
189189
/** Name of the 'minSessions' connection property. */
190190
public static final String MIN_SESSIONS_PROPERTY_NAME = "minSessions";
191-
/** Name of the 'numChannels' connection property. */
191+
/** Name of the 'maxSessions' connection property. */
192192
public static final String MAX_SESSIONS_PROPERTY_NAME = "maxSessions";
193193
/** Name of the 'numChannels' connection property. */
194194
public static final String NUM_CHANNELS_PROPERTY_NAME = "numChannels";

0 commit comments

Comments
 (0)