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 {
69
69
* <p><i>The default implementation is overridden automatically if the following conditions are
70
70
* met: the host to connect to is <code>localhost</code>, the user is <code>guest</code>, and no
71
71
* 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
74
74
* behavior, e.g.:</i>
75
75
*
76
76
* <pre>
You can’t perform that action at this time.
0 commit comments