Skip to content

Commit 8f528f8

Browse files
fixed comment
1 parent 93d911c commit 8f528f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amqp/src/main/java/com/netflix/conductor/contribs/queue/amqp/AMQPObservableQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public List<String> ack(List<Message> messages) {
191191
final List<String> failedMessages = new ArrayList<>();
192192
if (!useExchange) {
193193
// only attempt to ack messages when using queues.
194-
// it make no sense to ack over exchange since the message is no longer there.
194+
// it makes no sense to ack over exchange since the messages are no longer there.
195195
for (final Message message : messages) {
196196
try {
197197
ackMsg(message);

0 commit comments

Comments
 (0)