You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jm...@apache.org on 2017/12/28 00:47:48 UTC

[incubator-plc4x] 10/19: remove unneeded import

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

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

commit af886eb9a4d838782021040397ce18778e0cf0dc
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Thu Dec 28 08:28:32 2017 +1100

    remove unneeded import
---
 .../java/org/apache/plc4x/java/s7/netty/model/params/VarParameter.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/VarParameter.java b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/VarParameter.java
index 2a69e6a..bf2ee4c 100644
--- a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/VarParameter.java
+++ b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/VarParameter.java
@@ -21,7 +21,6 @@ package org.apache.plc4x.java.s7.netty.model.params;
 import org.apache.plc4x.java.s7.netty.model.params.items.VarParameterItem;
 import org.apache.plc4x.java.s7.netty.model.types.ParameterType;
 
-import java.util.LinkedList;
 import java.util.List;
 
 public class VarParameter implements S7Parameter {

-- 
To stop receiving notification emails like this one, please contact
"commits@plc4x.apache.org" <co...@plc4x.apache.org>.