Skip to content

Commit 2f684a8

Browse files
committed
spelling: omitted
1 parent 2cb0267 commit 2f684a8

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
@@ -307,7 +307,7 @@ public void setVirtualHost(String virtualHost) {
307307
/**
308308
* Convenience method for setting the fields in an AMQP URI: host,
309309
* port, username, password and virtual host. If any part of the
310-
* URI is ommited, the ConnectionFactory's corresponding variable
310+
* URI is omitted, the ConnectionFactory's corresponding variable
311311
* is left unchanged.
312312
* @param uri is the AMQP URI containing the data
313313
*/
@@ -366,7 +366,7 @@ public void setUri(URI uri)
366366
/**
367367
* Convenience method for setting the fields in an AMQP URI: host,
368368
* port, username, password and virtual host. If any part of the
369-
* URI is ommited, the ConnectionFactory's corresponding variable
369+
* URI is omitted, the ConnectionFactory's corresponding variable
370370
* is left unchanged. Note that not all valid AMQP URIs are
371371
* accepted; in particular, the hostname must be given if the
372372
* port, username or password are given, and escapes in the

0 commit comments

Comments
 (0)