From 71e6b27b41d20166593b37dc90b3049b487692fa Mon Sep 17 00:00:00 2001 From: Zach Shutters Date: Mon, 16 Mar 2020 13:28:23 -0400 Subject: [PATCH] GH-3216: Fix doc for outbound file adapter Fixes https://github.com/spring-projects/spring-integration/issues/3216 --- src/reference/asciidoc/file.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/asciidoc/file.adoc b/src/reference/asciidoc/file.adoc index 5dfee648ac..e0877b4e2f 100644 --- a/src/reference/asciidoc/file.adoc +++ b/src/reference/asciidoc/file.adoc @@ -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]