Skip to content

Commit 9b8d01f

Browse files
author
Simon MacMullen
committed
Insist should default to false, not true.
1 parent c3d9870 commit 9b8d01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/impl/AMQConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public void start()
309309
// still in generated code; just pass a dummy value here
310310
Method res = _channel0.exnWrappingRpc(new AMQImpl.Connection.Open(_virtualHost,
311311
"",
312-
true)).getMethod();
312+
false)).getMethod();
313313
return;
314314
}
315315

0 commit comments

Comments
 (0)