From 60f726a08097f09a110e7c575f7b739d9f3a6450 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 11 Apr 2020 10:27:05 +0200 Subject: [PATCH] Polish --- .../boot/autoconfigure/kafka/KafkaPropertiesTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka/KafkaPropertiesTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka/KafkaPropertiesTests.java index 5305d9236b..b106ff28e1 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka/KafkaPropertiesTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka/KafkaPropertiesTests.java @@ -16,7 +16,6 @@ package org.springframework.boot.autoconfigure.kafka; -import org.apache.kafka.clients.producer.KafkaProducer; import org.junit.jupiter.api.Test; import org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener; @@ -25,7 +24,7 @@ import org.springframework.kafka.listener.ContainerProperties; import static org.assertj.core.api.Assertions.assertThat; /** - * Tests for {@link KafkaProducer}. + * Tests for {@link KafkaProperties}. * * @author Stephane Nicoll */