File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/rabbitmq/stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments