8000 Merge pull request #39 from xuwei-k/succesfully-typo · panchenko/rabbitmq-java-client@54b88b5 · GitHub
[go: up one dir, main page]

Skip to 10000 content

Commit 54b88b5

Browse files
Merge pull request rabbitmq#39 from xuwei-k/succesfully-typo
fix typo
2 parents e60adca + d2c26b7 commit 54b88b5

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