Fix imports

This commit is contained in:
Igor Kulikov 2021-09-01 15:34:50 +03:00
parent 67014b45a0
commit eb6d3f23cc

View File

@ -18,8 +18,8 @@ package org.thingsboard.edge.rpc;
import io.grpc.ManagedChannel;
import io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts;
import io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder;
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContextBuilder;
import io.grpc.stub.StreamObserver;
import io.netty.handler.ssl.SslContextBuilder;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;