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


The following commit(s) were added to refs/heads/main by this push:
     new 55f8e2e69b6 Fixed javadoc in GCP Vault Configuration
55f8e2e69b6 is described below

commit 55f8e2e69b65647f46890e1222d12677b86b54a9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 21 18:28:45 2022 +0200

    Fixed javadoc in GCP Vault Configuration
---
 .../src/main/java/org/apache/camel/vault/GcpVaultConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/vault/GcpVaultConfiguration.java
 
b/core/camel-api/src/main/java/org/apache/camel/vault/GcpVaultConfiguration.java
index 2cdebd2150c..67995c67434 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/vault/GcpVaultConfiguration.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/vault/GcpVaultConfiguration.java
@@ -19,7 +19,7 @@ package org.apache.camel.vault;
 import org.apache.camel.spi.Metadata;
 
 /**
- * Configuration for access to AWS Secret.
+ * Configuration for access to GCP Secret Manager.
  */
 public class GcpVaultConfiguration extends VaultConfiguration {
 

Reply via email to