Repository: camel
Updated Branches:
  refs/heads/master 3619503bd -> 9287abdfb


Polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9287abdf
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9287abdf
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9287abdf

Branch: refs/heads/master
Commit: 9287abdfbb48b9682b16bf56a05eb554c5b25591
Parents: 3619503
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:51:44 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/9287abdf/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) {

Reply via email to