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 2021/02/17 06:24:47 UTC

[camel] 18/31: CAMEL-15964 create camel-google-storage component

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 3b01437140069b08b780e35a91d31e3141b6d1fc
Author: Raffaele Marcello <ma...@gmail.com>
AuthorDate: Sun Feb 14 20:25:52 2021 +0100

    CAMEL-15964 create camel-google-storage component
---
 .../component/google/storage/GoogleCloudStorageConnectionFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConnectionFactory.java b/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConnectionFactory.java
index e27c763..dd301de 100644
--- a/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConnectionFactory.java
+++ b/components/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConnectionFactory.java
@@ -1,5 +1,3 @@
-package org.apache.camel.component.google.storage;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -16,6 +14,8 @@ package org.apache.camel.component.google.storage;
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.camel.component.google.storage;
+
 import java.io.FileInputStream;
 
 import com.google.api.client.util.Strings;