From c79066aece84f58155ca1424cd4959f5332639d2 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 2 May 2023 09:32:31 -0400 Subject: [PATCH] Fix checkstyle issues --- .../schema/registry/server/SchemaRegistryServerAvroTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/schema-registry/spring-cloud-stream-schema-registry-server/src/test/java/org/springframework/cloud/stream/schema/registry/server/SchemaRegistryServerAvroTests.java b/schema-registry/spring-cloud-stream-schema-registry-server/src/test/java/org/springframework/cloud/stream/schema/registry/server/SchemaRegistryServerAvroTests.java index 5ad73ef5c..7f4fea27d 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-server/src/test/java/org/springframework/cloud/stream/schema/registry/server/SchemaRegistryServerAvroTests.java +++ b/schema-registry/spring-cloud-stream-schema-registry-server/src/test/java/org/springframework/cloud/stream/schema/registry/server/SchemaRegistryServerAvroTests.java @@ -26,7 +26,6 @@ import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Optional; -import java.util.function.Predicate; import java.util.stream.Stream; import org.apache.avro.Schema.Parser; @@ -38,7 +37,6 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.web.ServerProperties; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.web.client.TestRestTemplate; -import org.springframework.boot.web.server.Ssl; import org.springframework.cloud.stream.schema.registry.config.SchemaServerProperties; import org.springframework.cloud.stream.schema.registry.controllers.ServerController; import org.springframework.cloud.stream.schema.registry.model.Schema;