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

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

commit ee60bed43e4a92b89e2ae3244f432f44f89ef4c4
Author: Andrey Skorikov <andrey.skori...@codecentric.de>
AuthorDate: Tue Sep 11 15:58:58 2018 +0200

    removed unused import
---
 .../test/src/main/java/org/apache/plc4x/java/test/TestDevice.java        | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/plc4j/protocols/test/src/main/java/org/apache/plc4x/java/test/TestDevice.java 
b/plc4j/protocols/test/src/main/java/org/apache/plc4x/java/test/TestDevice.java
index 3fcfc1d..b93e545 100644
--- 
a/plc4j/protocols/test/src/main/java/org/apache/plc4x/java/test/TestDevice.java
+++ 
b/plc4j/protocols/test/src/main/java/org/apache/plc4x/java/test/TestDevice.java
@@ -20,7 +20,6 @@ package org.apache.plc4x.java.test;
 
 import org.apache.plc4x.java.base.messages.items.FieldItem;
 
-import java.lang.reflect.Array;
 import java.util.*;
 
 /**

Reply via email to