Skip to content

Commit

Permalink
GH-1485: Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 13, 2020
1 parent 34e6a3b commit 61dea04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void setConcurrency(int concurrency) {
/**
* Set to false to suppress adding a suffix to the child container's client.id when
* the concurrency is only 1.
* @param alwaysClientIdSuffix true to suppress.
* @param alwaysClientIdSuffix false to suppress, true (default) to include.
* @since 2.2.14
*/
public void setAlwaysClientIdSuffix(boolean alwaysClientIdSuffix) {
Expand Down

0 comments on commit 61dea04

Please sign in to comment.