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.