From 8348b91ecce83a5576a6703c1bd56aca37544003 Mon Sep 17 00:00:00 2001 From: KyeongMoon <52391290+KyeongMoon@users.noreply.github.com> Date: Tue, 15 Jun 2021 22:33:03 +0900 Subject: [PATCH] Fix typo in the InboundChannelAdapter JavaDocs --- .../integration/annotation/InboundChannelAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java b/spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java index 25a18dd74c..d214ff03dc 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java @@ -37,7 +37,7 @@ import org.springframework.core.annotation.AliasFor; * The result {@link org.springframework.messaging.Message} will be sent to the provided {@link #value()}. *

* {@code @InboundChannelAdapter} is an analogue of {@code }. With that - * the {@link org.springframework.integration.scheduling.PollerMetadata} is required to to initiate + * the {@link org.springframework.integration.scheduling.PollerMetadata} is required to initiate * the method invocation. Or {@link #poller()} should be provided, or the * {@link org.springframework.integration.scheduling.PollerMetadata#DEFAULT_POLLER} bean has to be configured * in the application context.