You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/annotation/InboundChannelAdapter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
* The result {@link org.springframework.messaging.Message} will be sent to the provided {@link #value()}.
38
38
* <p>
39
39
* {@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
41
41
* the method invocation. Or {@link #poller()} should be provided, or the
42
42
* {@link org.springframework.integration.scheduling.PollerMetadata#DEFAULT_POLLER} bean has to be configured
0 commit comments