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/03/26 13:41:22 UTC

[camel] 01/03: CAMEL-16409 - camel-google-cloud-functions - Better description

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 3305dc83b2ba1cf3e92628280c41d8bebd04de4e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 26 14:30:57 2021 +0100

    CAMEL-16409 - camel-google-cloud-functions - Better description
---
 .../camel/component/google/functions/GoogleCloudFunctionsEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java
index 895aa0d..de4a1dc 100644
--- a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java
+++ b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java
@@ -26,7 +26,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.DefaultEndpoint;
 
 /**
- * Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.
+ * Manage and invoke Google Cloud Functions
  * 
  * Google Functions Endpoint definition represents a function within the GCP and contains configuration to customize the
  * behavior of Producer.