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/04/12 14:35:56 UTC

[camel] branch master updated: (chores) camel-aws-secret-manager: fix checkstyle issue

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


The following commit(s) were added to refs/heads/master by this push:
     new a42d430  (chores) camel-aws-secret-manager: fix checkstyle issue
a42d430 is described below

commit a42d430fbd7b4c213ddc40c15354ee6cfd8a50b6
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Apr 12 16:24:39 2021 +0200

    (chores) camel-aws-secret-manager: fix checkstyle issue
---
 .../aws/secretsmanager/SecretsManagerComponentConfigurationTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerComponentConfigurationTest.java b/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerComponentConfigurationTest.java
index 44dac72..515123d 100644
--- a/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerComponentConfigurationTest.java
+++ b/components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerComponentConfigurationTest.java
@@ -16,8 +16,6 @@
  */
 package org.apache.camel.component.aws.secretsmanager;
 
-import org.apache.camel.component.aws.secretsmanager.SecretsManagerComponent;
-import org.apache.camel.component.aws.secretsmanager.SecretsManagerEndpoint;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.Test;