Skip to content

Commit bae5abe

Browse files
Spotless apply
Signed-off-by: Finn Carroll <[email protected]>
1 parent dd9acdb commit bae5abe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/transport-grpc/src/test/java/org/opensearch/transport/grpc/Netty4GrpcServerTransportTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
package org.opensearch.transport.grpc;
1010

11-
import io.grpc.reflection.v1alpha.ServiceResponse;
1211
import org.opensearch.common.network.NetworkService;
1312
import org.opensearch.common.settings.Settings;
1413
import org.opensearch.core.common.transport.TransportAddress;

plugins/transport-grpc/src/test/java/org/opensearch/transport/grpc/SecureNetty4GrpcServerTransportTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
import io.grpc.BindableService;
3434
import io.grpc.health.v1.HealthCheckResponse;
35+
import io.grpc.netty.shaded.io.netty.buffer.PooledByteBufAllocator;
3536
import io.grpc.netty.shaded.io.netty.handler.ssl.ApplicationProtocolConfig;
3637
import io.grpc.netty.shaded.io.netty.handler.ssl.ApplicationProtocolNames;
3738
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContext;
3839
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContextBuilder;
3940
import io.grpc.netty.shaded.io.netty.handler.ssl.util.InsecureTrustManagerFactory;
40-
import io.grpc.netty.shaded.io.netty.buffer.PooledByteBufAllocator;
4141

4242
public class SecureNetty4GrpcServerTransportTests extends OpenSearchTestCase {
4343
private NetworkService networkService;

0 commit comments

Comments
 (0)