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/kotlin/org/springframework/integration/dsl/KotlinIntegrationFlowDefinition.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -145,15 +145,15 @@ class KotlinIntegrationFlowDefinition(@PublishedApi internal val delegate: Integ
145
145
146
146
147
147
/**
148
-
* Inline function for [IntegrationFlowDefinition.filter] providing a `filter<MyTypeIn>()` variant
148
+
* Inline function for [IntegrationFlowDefinition.route] providing a `route<MyTypeIn>()` variant
0 commit comments