You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2018/01/19 15:03:42 UTC

[fluo] branch master updated: FLUO-1007 Remove unused references (Eclipse warnings)

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

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git


The following commit(s) were added to refs/heads/master by this push:
     new c77bd5e  FLUO-1007 Remove unused references (Eclipse warnings)
c77bd5e is described below

commit c77bd5e15df8f4477b7624fd048f3bcd35822e22
Author: Kenneth McFarland <ke...@apache.org>
AuthorDate: Thu Jan 18 23:02:44 2018 -0800

    FLUO-1007 Remove unused references (Eclipse warnings)
---
 .../src/main/java/org/apache/fluo/core/async/AsyncConditionalWriter.java | 1 -
 modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/fluo/core/async/AsyncConditionalWriter.java b/modules/core/src/main/java/org/apache/fluo/core/async/AsyncConditionalWriter.java
index 6f35fbc..208e3e5 100644
--- a/modules/core/src/main/java/org/apache/fluo/core/async/AsyncConditionalWriter.java
+++ b/modules/core/src/main/java/org/apache/fluo/core/async/AsyncConditionalWriter.java
@@ -18,7 +18,6 @@ package org.apache.fluo.core.async;
 import java.util.Collection;
 import java.util.Collections;
 import java.util.Iterator;
-import java.util.concurrent.Callable;
 import java.util.concurrent.CompletableFuture;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.TimeUnit;
diff --git a/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java b/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java
index 150a055..df80f8d 100644
--- a/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java
+++ b/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java
@@ -18,7 +18,6 @@ package org.apache.fluo.core.oracle;
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.concurrent.ArrayBlockingQueue;
-import java.util.concurrent.Callable;
 import java.util.concurrent.CompletableFuture;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.TimeUnit;

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