This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a29f58  Fixed CS for Camel-File
8a29f58 is described below

commit 8a29f5812a0276044dfe7ca25b1087a8e1ef89b8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 28 10:31:09 2019 +0200

    Fixed CS for Camel-File
---
 .../src/main/java/org/apache/camel/component/file/FileEndpoint.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
index a6100f1..831cd7c 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
@@ -58,11 +58,11 @@ public class FileEndpoint extends GenericFileEndpoint<File> 
{
     @UriParam(label = "advanced")
     private boolean renameUsingCopy;
     @UriParam(label = "consumer,advanced")
-    protected boolean startingDirectoryMustExist;
+    private boolean startingDirectoryMustExist;
     @UriParam(label = "consumer,advanced")
-    protected boolean startingDirectoryMustHaveAccess;
+    private boolean startingDirectoryMustHaveAccess;
     @UriParam(label = "consumer,advanced")
-    protected boolean directoryMustExist;
+    private boolean directoryMustExist;
     @UriParam(label = "consumer,advanced")
     private boolean probeContentType;
     @UriParam(label = "consumer,advanced")

Reply via email to