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 2f61cdf6f4e Camel Azure Key Vault: Fixed javadoc
2f61cdf6f4e is described below
commit 2f61cdf6f4e271e6c93d12058f712a4c2dda9ee3
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 22 12:55:02 2022 +0200
Camel Azure Key Vault: Fixed javadoc
---
.../camel/component/azure/key/vault/EventhubsReloadTriggerTask.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
index fee5f1170e7..c3c0fec2c8b 100644
---
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
+++
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java
@@ -104,14 +104,14 @@ public class EventhubsReloadTriggerTask extends
ServiceSupport implements CamelC
}
/**
- * Last time this task checked GCP for updated secrets.
+ * Last time this task checked Azure Key Vault for updated secrets.
*/
public Instant getLastCheckTime() {
return lastCheckTime;
}
/**
- * Last time GCP secrets update triggered reload.
+ * Last time Azure Key Vault secrets update triggered reload.
*/
public Instant getLastReloadTime() {
return lastReloadTime;