Skip to content

Commit

Permalink
Remove unused import from DoubleByteBuf
Browse files Browse the repository at this point in the history
9fca59 left behind an import, which triggers a failure in checkstyle.
Fix is to remove the import.

Author: Ivan Kelly <[email protected]>

Reviewers: Enrico Olivelli <[email protected]>, Venkateswararao Jujjuri (JV) <None>

This closes apache#1011 from ivankelly/fix-checkstyle
  • Loading branch information
ivankelly committed Jan 18, 2018
1 parent 733ce31 commit 5e32f63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5e32f63

Please sign in to comment.