You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ke...@apache.org on 2018/01/14 12:36:02 UTC

[incubator-plc4x] branch master updated: remove unnecessary imports

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bf90e53  remove unnecessary imports
bf90e53 is described below

commit bf90e53afc1d0d97f8cd9409d0b7ee7df3b226e8
Author: Mark Keinhörster <ma...@codecentric.de>
AuthorDate: Sun Jan 14 13:35:59 2018 +0100

    remove unnecessary imports
---
 .../java/org/apache/plc4x/java/api/messages/items/RequestItem.java    | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/items/RequestItem.java b/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/items/RequestItem.java
index fe6b178..e92daf4 100644
--- a/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/items/RequestItem.java
+++ b/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/items/RequestItem.java
@@ -20,10 +20,6 @@ package org.apache.plc4x.java.api.messages.items;
 
 import org.apache.plc4x.java.api.model.Address;
 
-import java.util.concurrent.locks.Condition;
-import java.util.concurrent.locks.Lock;
-import java.util.concurrent.locks.ReentrantLock;
-
 public abstract class RequestItem<DATA_TYPE> {
 
     private final Class<DATA_TYPE> datatype;

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