Skip to content

Commit 8348b91

Browse files
authored
Fix typo in the InboundChannelAdapter JavaDocs
1 parent 6ef0798 commit 8348b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* The result {@link org.springframework.messaging.Message} will be sent to the provided {@link #value()}.
3838
* <p>
3939
* {@code @InboundChannelAdapter} is an analogue of {@code <int:inbound-channel-adapter/>}. With that
40-
* the {@link org.springframework.integration.scheduling.PollerMetadata} is required to to initiate
40+
* the {@link org.springframework.integration.scheduling.PollerMetadata} is required to initiate
4141
* the method invocation. Or {@link #poller()} should be provided, or the
4242
* {@link org.springframework.integration.scheduling.PollerMetadata#DEFAULT_POLLER} bean has to be configured
4343
* in the application context.

0 commit comments

Comments
 (0)