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 2018/01/05 03:34:27 UTC

[incubator-plc4x] 02/02: unnneeded 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 02b8f570efe7ef84665241b20107a1395a6a628c
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Fri Jan 5 14:34:18 2018 +1100

    unnneeded import
---
 .../org/apache/plc4x/java/api/connection/AbstractPlcConnection.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plc4j/api/src/main/java/org/apache/plc4x/java/api/connection/AbstractPlcConnection.java b/plc4j/api/src/main/java/org/apache/plc4x/java/api/connection/AbstractPlcConnection.java
index 6d7a847..0216091 100644
--- a/plc4j/api/src/main/java/org/apache/plc4x/java/api/connection/AbstractPlcConnection.java
+++ b/plc4j/api/src/main/java/org/apache/plc4x/java/api/connection/AbstractPlcConnection.java
@@ -18,8 +18,6 @@ under the License.
 */
 package org.apache.plc4x.java.api.connection;
 
-import org.apache.plc4x.java.api.exceptions.PlcConnectionException;
-
 import java.util.Optional;
 
 public abstract class AbstractPlcConnection implements PlcConnection {

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