We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b3a7b commit fefb94eCopy full SHA for fefb94e
src/com/rabbitmq/client/ConnectionFactory.java
@@ -228,7 +228,7 @@ public void setUri(String uriString)
228
String path = uri.getRawPath();
229
if (path != null && path.length() > 0) {
230
if (path.indexOf('/', 1) != -1) {
231
- throw new IllegalArgumentException("Multiple segemnts in path of AMQP URI: " + uriString);
+ throw new IllegalArgumentException("Multiple segments in path of AMQP URI: " + uriString);
232
}
233
234
setVirtualHost(uriDecode(uri.getPath().substring(1)));
0 commit comments