This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 04b3b35 [hotfix] Fix spotless violations
04b3b35 is described below
commit 04b3b35fc4c06f6abc465e95ca0cab9bf80a8b40
Author: Dawid Wysakowicz <[email protected]>
AuthorDate: Wed Sep 1 17:16:30 2021 +0200
[hotfix] Fix spotless violations
---
.../flink/streaming/connectors/kafka/KafkaConsumerTestBase.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java
b/flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java
index d857a0a..0a70bfb 100644
---
a/flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java
+++
b/flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java
@@ -168,8 +168,8 @@ public abstract class KafkaConsumerTestBase extends
KafkaTestBaseWithFlink {
// ------------------------------------------------------------------------
/**
- * Test that ensures the KafkaConsumer is properly failing if the topic
doesn't exist and a wrong
- * broker was specified.
+ * Test that ensures the KafkaConsumer is properly failing if the topic
doesn't exist and a
+ * wrong broker was specified.
*
* @throws Exception
*/