Skip to content

Commit

Permalink
Fixed the typo in the server example Java file
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilmmane authored and davsclaus committed Sep 20, 2017
1 parent c9c1637 commit 9707a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/camel-example-ftp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example is implemented in Java code, and there is a client and a server app
The client is used for uploading files from the local file system (from target/upload) to the FTP server.
The server is used for downloading files from the FTP server to the local file system (to target/download).
You can see the Java implementation by opening the src/main/java/org/apache/camel/example/ftp/MyFtpClientRouteBuilder.java for the client Java route.
And the server example is implemented in the src/main/java/org/apache/camel/example/ftp/MyFtpClientRouteBuilder.java file.
And the server example is implemented in the src/main/java/org/apache/camel/example/ftp/MyFtpServerRouteBuilder.java file.

### Prerequisites

Expand Down

0 comments on commit 9707a9e

Please sign in to comment.