Skip to content

Commit

Permalink
refactor: typo fix in maxSessions variable doc string. (#1809)
Browse files Browse the repository at this point in the history
refactor: typo fix in maxSessions variable doc string.
  • Loading branch information
vi3k6i5 authored Apr 7, 2022
1 parent 3511fe6 commit 70c29f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public String[] getValidValues() {
public static final String OAUTH_TOKEN_PROPERTY_NAME = "oauthToken";
/** Name of the 'minSessions' connection property. */
public static final String MIN_SESSIONS_PROPERTY_NAME = "minSessions";
/** Name of the 'numChannels' connection property. */
/** Name of the 'maxSessions' connection property. */
public static final String MAX_SESSIONS_PROPERTY_NAME = "maxSessions";
/** Name of the 'numChannels' connection property. */
public static final String NUM_CHANNELS_PROPERTY_NAME = "numChannels";
Expand Down

0 comments on commit 70c29f6

Please sign in to comment.