Skip to content

Commit 9b41f21

Browse files
authored
Remove the experimental mentions (#1278)
Signed-off-by: Tomasz Pietrek <[email protected]>
1 parent 310d1d3 commit 9b41f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* The Nats class is the entry point into the NATS client for Java. This class
2525
* 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.
2727
*
2828
* <p>Simple connections can be created with a URL, while more control is provided
2929
* when an {@link Options Options} object is used. There are a number of options that

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ public Builder noReconnect() {
12411241
* <p>The reconnect state is entered when the connection is connected and loses
12421242
* that connection. During the initial connection attempt, the client will cycle over
12431243
* 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>
12451245
*
12461246
* @param max the maximum reconnect attempts
12471247
* @return the Builder for chaining

0 commit comments

Comments
 (0)