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

jjirsa pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4aa022e  Fix generating javadoc with Java11; cleanup unused imports
4aa022e is described below

commit 4aa022e215bcffbf84becea9253ef07b2e87a19b
Author: tommy stendahl <[email protected]>
AuthorDate: Wed Jan 16 11:48:27 2019 +0100

    Fix generating javadoc with Java11; cleanup unused imports
    
    Patch by Tommy Stendahl; reviewed by Dinesh Joshi for CASSANDRA-14988
---
 CHANGES.txt                                              | 1 +
 src/java/org/apache/cassandra/hints/HintsBufferPool.java | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 706a3ed..ec59fa6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.0
+ * Fix generating javadoc with Java11 (CASSANDRA-14988)
  * Only cancel conflicting compactions when starting anticompactions and sub 
range compactions (CASSANDRA-14935)
  * Use a stub IndexRegistry for non-daemon use cases (CASSANDRA-14938)
  * Don't enable client transports when bootstrap is pending (CASSANDRA-14525)
diff --git a/src/java/org/apache/cassandra/hints/HintsBufferPool.java 
b/src/java/org/apache/cassandra/hints/HintsBufferPool.java
index f705de1..7f66efd 100644
--- a/src/java/org/apache/cassandra/hints/HintsBufferPool.java
+++ b/src/java/org/apache/cassandra/hints/HintsBufferPool.java
@@ -18,14 +18,12 @@
 package org.apache.cassandra.hints;
 
 import java.io.Closeable;
-import java.io.IOException;
 import java.util.UUID;
 import java.util.concurrent.BlockingQueue;
 import java.util.concurrent.LinkedBlockingQueue;
 
 import org.apache.cassandra.config.Config;
 import org.apache.cassandra.net.MessagingService;
-import sun.nio.ch.DirectBuffer;
 
 /**
  * A primitive pool of {@link HintsBuffer} buffers. Under normal conditions 
should only hold two buffers - the currently


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to