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/03 17:45:32 UTC

[camel] 03/04: Google Pubsub: Added note about authentication in documentation

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 f4fc13efeeb79e15e5bb27382621f73bfd662dd0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 3 18:42:56 2021 +0100

    Google Pubsub: Added note about authentication in documentation
---
 .../org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java b/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
index b36df5e..4c8b8bd 100644
--- a/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
+++ b/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
@@ -55,7 +55,7 @@ public class GooglePubsubEndpoint extends DefaultEndpoint {
     private String destinationName;
 
     @UriParam(label = "common",
-              description = "The Service account key that can be used as credentials for the Storage client. It can be loaded by default from "
+              description = "The Service account key that can be used as credentials for the PubSub publisher/subscriber. It can be loaded by default from "
                             + " classpath, but you can prefix with classpath:, file:, or http: to load the resource from different systems.")
     private String serviceAccountKey;