You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by iv...@apache.org on 2018/01/18 15:26:22 UTC

[bookkeeper] branch branch-4.6 updated: Remove unused import from DoubleByteBuf

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

ivank pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.6 by this push:
     new c3ef133  Remove unused import from DoubleByteBuf
c3ef133 is described below

commit c3ef133edc88aa1a9d457909eedcdf4ec0e62169
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Thu Jan 18 16:25:52 2018 +0100

    Remove unused import from DoubleByteBuf
    
    9fca59 left behind an import, which triggers a failure in checkstyle.
    Fix is to remove the import.
    
    Author: Ivan Kelly <iv...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Venkateswararao Jujjuri (JV) <None>
    
    This closes #1011 from ivankelly/fix-checkstyle
    
    (cherry picked from commit 5e32f634efa833e3ea7c5ae0b235e5a480ddcb95)
    Signed-off-by: Ivan Kelly <iv...@apache.org>
---
 .../src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java b/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java
index d20a7d2..f906e97 100644
--- a/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java
+++ b/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java
@@ -17,7 +17,6 @@
 */
 package org.apache.bookkeeper.util;
 
-import com.google.common.collect.ObjectArrays;
 import io.netty.buffer.AbstractReferenceCountedByteBuf;
 import io.netty.buffer.ByteBuf;
 import io.netty.buffer.ByteBufAllocator;

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