Skip to content

Commit 2aac130

Browse files
author
Stephen Asbury
committed
Pushed version to 2.0.2.
Fixed missing param in javadoc.
1 parent ad8881b commit 2aac130

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// Update version here, repeated check-ins not into master will have snapshot on them
1414
def versionMajor = 2
1515
def versionMinor = 0
16-
def versionPatch = 1
16+
def versionPatch = 2
1717
def versionModifier = ""
1818
def branch = System.getenv("TRAVIS_BRANCH");
1919

src/main/java/io/nats/client/Options.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)