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 39be074c2ca Regen for commit 23733dc84c51ca8744159f2f8c209de09e0b358f
39be074c2ca is described below

commit 39be074c2ca9c912d456bf671fab63a2d5000953
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Tue Jul 5 11:29:53 2022 +0000

    Regen for commit 23733dc84c51ca8744159f2f8c209de09e0b358f
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../camel/component/hashicorp/vault/HashicorpVaultConstants.java    | 2 +-
 .../operations/HashicorpProducerCreateMultiVersionSecretIT.java     | 6 +++---
 .../operations/HashicorpProducerReadMultiVersionedSecretIT.java     | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultConstants.java
 
b/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultConstants.java
index f8711477d3c..1f08cc2f38c 100644
--- 
a/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultConstants.java
+++ 
b/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultConstants.java
@@ -33,7 +33,7 @@ public final class HashicorpVaultConstants {
 
     // headers set by the producer only
     @Metadata(label = "producer", description = "Set the desired secret 
version as header.",
-            javaType = "String")
+              javaType = "String")
     public static final String SECRET_VERSION = HEADER_PREFIX + 
"SecretVersion";
 
     private HashicorpVaultConstants() {
diff --git 
a/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerCreateMultiVersionSecretIT.java
 
b/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerCreateMultiVersionSecretIT.java
index cc25cfd0338..fb9899fe6cb 100644
--- 
a/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerCreateMultiVersionSecretIT.java
+++ 
b/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerCreateMultiVersionSecretIT.java
@@ -17,6 +17,9 @@
 
 package org.apache.camel.component.hashicorp.vault.integration.operations;
 
+import java.util.HashMap;
+import java.util.Map;
+
 import org.apache.camel.EndpointInject;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
@@ -25,9 +28,6 @@ import 
org.apache.camel.component.hashicorp.vault.HashicorpVaultConstants;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
 
-import java.util.HashMap;
-import java.util.Map;
-
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 
diff --git 
a/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerReadMultiVersionedSecretIT.java
 
b/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerReadMultiVersionedSecretIT.java
index a7bf9b23228..17bef1acdfa 100644
--- 
a/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerReadMultiVersionedSecretIT.java
+++ 
b/components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerReadMultiVersionedSecretIT.java
@@ -17,6 +17,9 @@
 
 package org.apache.camel.component.hashicorp.vault.integration.operations;
 
+import java.util.HashMap;
+import java.util.Map;
+
 import org.apache.camel.EndpointInject;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
@@ -25,9 +28,6 @@ import 
org.apache.camel.component.hashicorp.vault.HashicorpVaultConstants;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
 
-import java.util.HashMap;
-import java.util.Map;
-
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 

Reply via email to