Commit 60f726a0 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 080c20b6
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
package org.springframework.boot.autoconfigure.kafka; package org.springframework.boot.autoconfigure.kafka;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener; import org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener;
...@@ -25,7 +24,7 @@ import org.springframework.kafka.listener.ContainerProperties; ...@@ -25,7 +24,7 @@ import org.springframework.kafka.listener.ContainerProperties;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
/** /**
* Tests for {@link KafkaProducer}. * Tests for {@link KafkaProperties}.
* *
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment