Repository: camel Updated Branches: refs/heads/master c9c163718 -> 9707a9e90
Fixed the typo in the server example Java file Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9707a9e9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9707a9e9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9707a9e9 Branch: refs/heads/master Commit: 9707a9e908ddd5bebc065e317dc70dd4ac1dc6c8 Parents: c9c1637 Author: Swapnil M Mane <swapnilmm...@gmail.com> Authored: Wed Sep 20 11:33:45 2017 +0530 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Sep 20 09:22:09 2017 +0200 ---------------------------------------------------------------------- examples/camel-example-ftp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9707a9e9/examples/camel-example-ftp/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-ftp/README.md b/examples/camel-example-ftp/README.md index 45349b1..9b45186 100644 --- a/examples/camel-example-ftp/README.md +++ b/examples/camel-example-ftp/README.md @@ -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