DBZ-4892 Checkstyle fixes

This commit is contained in:
jcechace 2022-03-22 14:23:53 +01:00 committed by Jiri Pechanec
parent d9df4a1eb5
commit 606ac1ae83
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
/*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.testing.system.fixtures.databases.ocp; package io.debezium.testing.system.fixtures.databases.ocp;
import org.junit.jupiter.api.extension.ExtensionContext; import org.junit.jupiter.api.extension.ExtensionContext;

View File

@ -75,7 +75,6 @@ public void shouldCreateKafkaTopics() {
prefix + ".inventory.customers", prefix + ".inventory.customers",
prefix + ".inventory.orders", prefix + ".inventory.orders",
prefix + ".inventory.products"); prefix + ".inventory.products");
;
} }
@Test @Test