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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4b1bf59  - Removed some unused imports.
4b1bf59 is described below

commit 4b1bf598c924338007147c6ae6c5b24e28301966
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Sun Jan 20 11:36:53 2019 +0100

    - Removed some unused imports.
---
 .../java/org/apache/plc4x/test/RequireNonCaptureAllDnsCondition.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/RequireNonCaptureAllDnsCondition.java
 
b/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/RequireNonCaptureAllDnsCondition.java
index 8d1663e..6dd7e9d 100644
--- 
a/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/RequireNonCaptureAllDnsCondition.java
+++ 
b/plc4j/utils/test-utils/src/main/java/org/apache/plc4x/test/RequireNonCaptureAllDnsCondition.java
@@ -22,8 +22,6 @@ package org.apache.plc4x.test;
 import org.junit.jupiter.api.extension.ConditionEvaluationResult;
 import org.junit.jupiter.api.extension.ExecutionCondition;
 import org.junit.jupiter.api.extension.ExtensionContext;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 import java.net.InetAddress;
 

Reply via email to