This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-master by this push:
     new 4794e96  Fixed codestyle
4794e96 is described below

commit 4794e9607e3ee4e2f83eb744eaff099b106722ce
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jan 20 07:28:36 2021 +0100

    Fixed codestyle
---
 core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java 
b/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
index b448f41..6715843 100644
--- a/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
+++ b/core/src/test/java/org/apache/camel/kafkaconnector/DataFormatTest.java
@@ -29,7 +29,6 @@ import org.junit.jupiter.api.Test;
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertThrows;
-import static org.junit.jupiter.api.Assertions.assertTrue;
 
 public class DataFormatTest {
 

Reply via email to