Skip to content

Commit 3b93ef8

Browse files
committed
GH-1338: Fix Javadoc
1 parent f367bae commit 3b93ef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/BlockingQueueConsumer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -852,7 +852,6 @@ public void rollbackOnExceptionIfNecessary(Throwable ex, long tag) {
852852
/**
853853
* Perform a commit or message acknowledgement, as appropriate.
854854
* @param localTx Whether the channel is locally transacted.
855-
* @param messageAckListener MessageAckListener set on the message listener.
856855
* @return true if at least one delivery tag exists.
857856
* @throws IOException Any IOException.
858857
*/

0 commit comments

Comments
 (0)