Skip to content

Commit 5db65c0

Browse files
committed
Rephrase Javadoc
1 parent b2fec98 commit 5db65c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/stream/EnvironmentBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public interface EnvironmentBuilder {
6969
* <p><i>The default implementation is overridden automatically if the following conditions are
7070
* met: the host to connect to is <code>localhost</code>, the user is <code>guest</code>, and no
7171
* address resolver has been provided. The client will then always tries to connect to <code>
72-
* localhost</code> to facilitate the so-called "beginner experience", that is a developer working
73-
* against a local RabbitMQ instance. Just provide a pass-through address resolver to avoid this
72+
* localhost</code> to facilitate local development.
73+
* Just provide a pass-through address resolver to avoid this
7474
* behavior, e.g.:</i>
7575
*
7676
* <pre>

0 commit comments

Comments
 (0)