File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/io/nats/client Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313// Update version here, repeated check-ins not into master will have snapshot on them
1414def versionMajor = 2
1515def versionMinor = 0
16- def versionPatch = 1
16+ def versionPatch = 2
1717def versionModifier = " "
1818def branch = System . getenv(" TRAVIS_BRANCH" );
1919
Original file line number Diff line number Diff line change @@ -1181,6 +1181,7 @@ public boolean isOldRequestStyle() {
11811181 * If includeAuth is true the auth information is included:
11821182 * If the server URIs have auth info it is used. Otherwise the userInfo is used.
11831183 *
1184+ * @param serverURI the current server uri
11841185 * @param includeAuth tells the options to build a connection string that includes auth information
11851186 * @return the options String, basically JSON
11861187 */
You can’t perform that action at this time.
0 commit comments