This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3767630bf791265e3b54f434b48775175b3ae77a Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 22 10:14:36 2022 +0100 CAMEL-17691 - Camel Google Secret Manager: Add more operations --- .../component/google/secret/manager/GoogleSecretManagerEndpoint.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-google/camel-google-secrets-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerEndpoint.java b/components/camel-google/camel-google-secrets-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerEndpoint.java index 9649d9c..b2be2a2 100644 --- a/components/camel-google/camel-google-secrets-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerEndpoint.java +++ b/components/camel-google/camel-google-secrets-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerEndpoint.java @@ -28,8 +28,7 @@ import org.apache.camel.support.DefaultEndpoint; /** * Manage Google Secret Manager Secrets * - * Google Functions Endpoint definition represents a function within the GCP and contains configuration to customize the - * behavior of Producer. + * Google Secret Manager Endpoint. */ @UriEndpoint(firstVersion = "3.16.0", scheme = "google-secret-manager", title = "Google Secret Manager", syntax = "google-secret-manager:project", category = {
