You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/09/11 15:23:05 UTC

[incubator-plc4x] 02/02: removed unused import

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

cdutz pushed a commit to branch feature/api-redesign-chris-c
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit ee60bed43e4a92b89e2ae3244f432f44f89ef4c4
Author: Andrey Skorikov <an...@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.*;
 
 /**