fixes checkstyle issues

This commit is contained in:
spencergibb
2023-08-09 15:48:56 -04:00
parent 7505144fcb
commit 2380afbe1f
3 changed files with 5 additions and 2 deletions

View File

@@ -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
*/

View File

@@ -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

View File

@@ -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");