Remove an unused import.

This commit is contained in:
wusheng 2018-01-05 07:54:32 +08:00
parent f86426b35b
commit c11f37ab9f
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import org.apache.skywalking.apm.network.proto.Application;
import org.apache.skywalking.apm.network.proto.ApplicationMapping;
import org.apache.skywalking.apm.network.proto.ApplicationMappings;
import org.apache.skywalking.apm.network.proto.ApplicationRegisterServiceGrpc;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;