Skip to content

Commit

Permalink
Update NettyClientUtils.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 25, 2023
1 parent 898c55c commit 29be594
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ object NettyClientUtils {
*/
@InternalApi
private def createNettySslContext(javaSslContext: SSLContext): SslContext = {
import io.grpc.netty.shaded.io.netty.handler.ssl.{
JdkSslContext,
SslProvider
}
import io.grpc.netty.shaded.io.netty.handler.ssl.{ JdkSslContext, SslProvider }
import java.lang.reflect.Field

// This is a hack for situations where the SSLContext is given.
Expand Down

0 comments on commit 29be594

Please sign in to comment.