File tree 2 files changed +2
-2
lines changed
src/main/java/io/nats/client
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
/**
24
24
* The Nats class is the entry point into the NATS client for Java. This class
25
25
* is used to create a connection to the NATS server. Connecting is a
26
- * synchronous process, with a new asynchronous version available for experimenting .
26
+ * synchronous process, with a new asynchronous version available.
27
27
*
28
28
* <p>Simple connections can be created with a URL, while more control is provided
29
29
* when an {@link Options Options} object is used. There are a number of options that
Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ public Builder noReconnect() {
1241
1241
* <p>The reconnect state is entered when the connection is connected and loses
1242
1242
* that connection. During the initial connection attempt, the client will cycle over
1243
1243
* its server list one time, regardless of what maxReconnects is set to. The only exception
1244
- * to this is the experimental async connect method {@link Nats#connectAsynchronously(Options, boolean) connectAsynchronously}.</p>
1244
+ * to this is the async connect method {@link Nats#connectAsynchronously(Options, boolean) connectAsynchronously}.</p>
1245
1245
*
1246
1246
* @param max the maximum reconnect attempts
1247
1247
* @return the Builder for chaining
You can’t perform that action at this time.
0 commit comments