Skip to content

Commit 71e6b27

Browse files
authored
GH-3216: Fix doc for outbound file adapter
Fixes #3216
1 parent 3058345 commit 71e6b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/asciidoc/file.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Generally, instead of using an `AcceptOnceFileListFilter` in this case, you shou
398398

399399
==== Configuring with Java Configuration
400400

401-
The following Spring Boot application shows an example of how to configure the inbound adapter with Java configuration:
401+
The following Spring Boot application shows an example of how to configure the outbound adapter with Java configuration:
402402

403403
====
404404
[source, java]
@@ -438,7 +438,7 @@ public class FileReadingJavaApplication {
438438

439439
==== Configuring with the Java DSL
440440

441-
The following Spring Boot application shows an example of how to configure the inbound adapter with the Java DSL:
441+
The following Spring Boot application shows an example of how to configure the outbound adapter with the Java DSL:
442442

443443
====
444444
[source, java]

0 commit comments

Comments
 (0)