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 <[email protected]>
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
['"[email protected]" <[email protected]>'].

Reply via email to