mirror of https://github.com/grpc/grpc-java.git
Remove unused imports
This commit is contained in:
parent
d0adadbc1f
commit
0077e67274
|
|
@ -34,7 +34,6 @@ package com.google.net.stubby.transport.netty;
|
||||||
import com.google.common.base.Preconditions;
|
import com.google.common.base.Preconditions;
|
||||||
import com.google.common.base.Throwables;
|
import com.google.common.base.Throwables;
|
||||||
import com.google.net.stubby.transport.AbstractBuffer;
|
import com.google.net.stubby.transport.AbstractBuffer;
|
||||||
import com.google.net.stubby.transport.Buffer;
|
|
||||||
|
|
||||||
import io.netty.buffer.ByteBuf;
|
import io.netty.buffer.ByteBuf;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ import com.google.net.stubby.MethodDescriptor;
|
||||||
import com.google.net.stubby.transport.AbstractClientTransport;
|
import com.google.net.stubby.transport.AbstractClientTransport;
|
||||||
import com.google.net.stubby.transport.ClientStream;
|
import com.google.net.stubby.transport.ClientStream;
|
||||||
import com.google.net.stubby.transport.ClientStreamListener;
|
import com.google.net.stubby.transport.ClientStreamListener;
|
||||||
import com.google.net.stubby.transport.ClientTransport;
|
|
||||||
|
|
||||||
import io.netty.bootstrap.Bootstrap;
|
import io.netty.bootstrap.Bootstrap;
|
||||||
import io.netty.channel.Channel;
|
import io.netty.channel.Channel;
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ import com.google.net.stubby.Status.Code;
|
||||||
import com.google.net.stubby.transport.AbstractClientTransport;
|
import com.google.net.stubby.transport.AbstractClientTransport;
|
||||||
import com.google.net.stubby.transport.ClientStream;
|
import com.google.net.stubby.transport.ClientStream;
|
||||||
import com.google.net.stubby.transport.ClientStreamListener;
|
import com.google.net.stubby.transport.ClientStreamListener;
|
||||||
import com.google.net.stubby.transport.ClientTransport;
|
|
||||||
|
|
||||||
import com.squareup.okhttp.internal.spdy.ErrorCode;
|
import com.squareup.okhttp.internal.spdy.ErrorCode;
|
||||||
import com.squareup.okhttp.internal.spdy.FrameReader;
|
import com.squareup.okhttp.internal.spdy.FrameReader;
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ import okio.Buffer;
|
||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.junit.runners.JUnit4;
|
import org.junit.runners.JUnit4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue