Skip to content

Commit d0d6e52

Browse files
author
Emile Joubert
committed
Minor queueDeclarePassive javadoc correction
1 parent b80053e commit d0d6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Queue.DeclareOk queueDeclare(String queue, boolean durable, boolean exclusive, b
277277
/**
278278
* Declare a queue passively; i.e., check if it exists. In AMQP
279279
* 0-9-1, all arguments aside from nowait are ignored; and sending
280-
* nowait makes this method a no-op, so we default it to true.
280+
* nowait makes this method a no-op, so we default it to false.
281281
* @see com.rabbitmq.client.AMQP.Queue.Declare
282282
* @see com.rabbitmq.client.AMQP.Queue.DeclareOk
283283
* @param queue the name of the queue

0 commit comments

Comments
 (0)