Skip to content

Commit ab4e48a

Browse files
jsorefacogoluegnes
authored andcommitted
spelling: omitted
(cherry picked from commit 2f684a8)
1 parent e84a6e5 commit ab4e48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public void setVirtualHost(String virtualHost) {
310310
/**
311311
* Convenience method for setting the fields in an AMQP URI: host,
312312
* port, username, password and virtual host. If any part of the
313-
* URI is ommited, the ConnectionFactory's corresponding variable
313+
* URI is omitted, the ConnectionFactory's corresponding variable
314314
* is left unchanged.
315315
* @param uri is the AMQP URI containing the data
316316
*/
@@ -369,7 +369,7 @@ public void setUri(URI uri)
369369
/**
370370
* Convenience method for setting the fields in an AMQP URI: host,
371371
* port, username, password and virtual host. If any part of the
372-
* URI is ommited, the ConnectionFactory's corresponding variable
372+
* URI is omitted, the ConnectionFactory's corresponding variable
373373
* is left unchanged. Note that not all valid AMQP URIs are
374374
* accepted; in particular, the hostname must be given if the
375375
* port, username or password are given, and escapes in the

0 commit comments

Comments
 (0)