GH-3216: Fix doc for outbound file adapter

Fixes https://github.com/spring-projects/spring-integration/issues/3216
This commit is contained in:
Zach Shutters
2020-03-16 13:28:23 -04:00
committed by GitHub
parent 3058345648
commit 71e6b27b41

View File

@@ -398,7 +398,7 @@ Generally, instead of using an `AcceptOnceFileListFilter` in this case, you shou
==== Configuring with Java Configuration
The following Spring Boot application shows an example of how to configure the inbound adapter with Java configuration:
The following Spring Boot application shows an example of how to configure the outbound adapter with Java configuration:
====
[source, java]
@@ -438,7 +438,7 @@ public class FileReadingJavaApplication {
==== Configuring with the Java DSL
The following Spring Boot application shows an example of how to configure the inbound adapter with the Java DSL:
The following Spring Boot application shows an example of how to configure the outbound adapter with the Java DSL:
====
[source, java]