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 2020/05/12 10:22:08 UTC

[plc4x] branch develop updated: - Removed an obsolete import ....

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/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2dbaa94  - Removed an obsolete import ....
2dbaa94 is described below

commit 2dbaa94eabe72653890aeda449016217aec70c5f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue May 12 12:22:01 2020 +0200

    - Removed an obsolete import ....
---
 .../opcua/src/main/java/org/apache/plc4x/java/opcua/OpcuaPlcDriver.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/OpcuaPlcDriver.java b/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/OpcuaPlcDriver.java
index 8fb6452..4eab6bf 100644
--- a/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/OpcuaPlcDriver.java
+++ b/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/OpcuaPlcDriver.java
@@ -24,7 +24,6 @@ import org.apache.plc4x.java.api.authentication.PlcAuthentication;
 import org.apache.plc4x.java.api.exceptions.PlcConnectionException;
 import org.apache.plc4x.java.opcua.connection.OpcuaConnectionFactory;
 import org.apache.plc4x.java.api.PlcDriver;
-import org.osgi.service.component.annotations.Component;
 
 import java.net.InetAddress;
 import java.net.UnknownHostException;