Remove unused import from OutboundEnvelopeEncoderTest
Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/32d168f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/32d168f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/32d168f4 Branch: refs/heads/release-0.6 Commit: 32d168f439bdb5dfab02a3ab2d12e87d0622a67e Parents: ccd4950 Author: uce <[email protected]> Authored: Thu Jul 31 14:16:10 2014 +0200 Committer: uce <[email protected]> Committed: Thu Jul 31 14:16:10 2014 +0200 ---------------------------------------------------------------------- .../flink/runtime/io/network/netty/OutboundEnvelopeEncoderTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/32d168f4/flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/OutboundEnvelopeEncoderTest.java ---------------------------------------------------------------------- diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/OutboundEnvelopeEncoderTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/OutboundEnvelopeEncoderTest.java index 7ddf4c8..ef7c9b9 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/OutboundEnvelopeEncoderTest.java +++ b/flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/OutboundEnvelopeEncoderTest.java @@ -28,7 +28,6 @@ import org.apache.flink.core.memory.MemorySegment; import org.apache.flink.runtime.io.network.Buffer; import org.apache.flink.runtime.io.network.Envelope; import org.apache.flink.runtime.io.network.channels.ChannelID; -import org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder; import org.apache.flink.runtime.jobgraph.JobID; import org.junit.Test;
