You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/26 08:16:02 UTC

[camel] 02/02: CAMEL-14007 - Fixed CS

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

commit 292a530a228979a6897634972e58693c7fc4fdbf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 26 10:15:41 2019 +0200

    CAMEL-14007 - Fixed CS
---
 .../main/java/org/apache/camel/component/box/api/BoxFilesManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxFilesManager.java b/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxFilesManager.java
index 4b69344..8faa3ac 100644
--- a/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxFilesManager.java
+++ b/components/camel-box/camel-box-api/src/main/java/org/apache/camel/component/box/api/BoxFilesManager.java
@@ -172,7 +172,7 @@ public class BoxFilesManager {
                 }
             }
 
-            if (uploadNewFile){
+            if (uploadNewFile) {
                 BoxFolder parentFolder = new BoxFolder(boxConnection, parentFolderId);
                 FileUploadParams uploadParams = new FileUploadParams();
                 uploadParams.setName(fileName);