Repository: camel Updated Branches: refs/heads/camel-2.15.x 8d47c7906 -> 0465e3578
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0465e357 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0465e357 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0465e357 Branch: refs/heads/camel-2.15.x Commit: 0465e3578ff9f611aaa6fdbdf7ede8a179691e8e Parents: 8d47c79 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Mar 13 13:51:32 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Mar 13 13:52:13 2015 +0100 ---------------------------------------------------------------------- .../camel/component/file/remote/RemoteFileConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0465e357/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java ---------------------------------------------------------------------- diff --git a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java index 502bd92..bc8f89b 100644 --- a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java +++ b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileConfiguration.java @@ -307,8 +307,8 @@ public abstract class RemoteFileConfiguration extends GenericFileConfiguration { /** * Sets the path separator to be used. * <p/> - * UNIX = Path separator / is used - * Windows = Path separator \ is used + * UNIX = Uses unix style path separator + * Windows = Uses windows style path separator * Auto = (is default) Use existing path separator in file name */ public void setSeparator(PathSeparator separator) {