8000 Merge branch 'stable' · wljcom/rabbitmq-java-client@56aa204 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56aa204

Browse files
Merge branch 'stable'
2 parents fc49d55 + 54b88b5 commit 56aa204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ void queueDeclareNoWait(String queue, boolean durable, boolean exclusive, boolea
630630
* @see com.rabbitmq.client.AMQP.Queue.Purge
631631
* @see com.rabbitmq.client.AMQP.Queue.PurgeOk
632632
* @param queue the name of the queue
633-
* @return a purge-confirm method if the purge was executed succesfully
633+
* @return a purge-confirm method if the purge was executed successfully
634634
* @throws java.io.IOException if an error is encountered
635635
*/
636636
Queue.PurgeOk queuePurge(String queue) throws IOException;

src/com/rabbitmq/client/ConfirmListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* Implement this interface in order to be notified of Confirm events.
24-
* Acks represent messages handled succesfully; Nacks represent
24+
* Acks represent messages handled successfully; Nacks represent
2525
* messages lost by the broker. Note, the lost messages could still
2626
* have been delivered to consumers, but the broker cannot guarantee
2727
* this.

0 commit comments

Comments
 (0)
0