Skip to content

Commit 984d530

Browse files
committed
Merge pull request #37117 from izeye
* gh-37117: Add Javadoc since for new setTaskExecutor method Closes gh-37117
2 parents d19c7ec + 30eacd5 commit 984d530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/AbstractRabbitListenerContainerFactoryConfigurer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ protected void setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer> r
8787
/**
8888
* Set the task executor to use.
8989
* @param taskExecutor the task executor
90+
* @since 3.2.0
9091
*/
9192
public void setTaskExecutor(Executor taskExecutor) {
9293
this.taskExecutor = taskExecutor;

0 commit comments

Comments
 (0)