keith-turner closed pull request #1008: FLUO-1007 Remove unused references (Eclipse warnings) URL: https://github.com/apache/fluo/pull/1008
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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 6f35fbc2..208e3e5e 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 @@ 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 150a055b..df80f8d1 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 @@ 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; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
