fixes checkstyle issues
This commit is contained in:
@@ -52,7 +52,7 @@ import org.springframework.kafka.test.utils.KafkaTestUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* For more context around this test, see https://github.com/spring-cloud/spring-cloud-stream/issues/2613
|
||||
* For more context around this test, see https://github.com/spring-cloud/spring-cloud-stream/issues/2613.
|
||||
*
|
||||
* @author Soby Chacko
|
||||
*/
|
||||
|
||||
@@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link KafkaStreamsBinderUtils} functions
|
||||
* Tests for {@link KafkaStreamsBinderUtils} functions.
|
||||
*
|
||||
* @author James Forward
|
||||
* @author Soby Chacko
|
||||
|
||||
@@ -68,6 +68,9 @@ import static org.mockito.Mockito.verify;
|
||||
@DirtiesContext
|
||||
public abstract class KafkaStreamsNativeEncodingDecodingTests {
|
||||
|
||||
/**
|
||||
* Kafka rule.
|
||||
*/
|
||||
@ClassRule
|
||||
public static EmbeddedKafkaRule embeddedKafkaRule = new EmbeddedKafkaRule(1, true,
|
||||
"decode-counts", "decode-counts-1");
|
||||
|
||||
Reference in New Issue
Block a user