File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/java/io/grpc/netty Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ java_library(
1212 deps = [
1313 "//api" ,
1414 "//core:internal" ,
15+ "//util" ,
1516 artifact ("com.google.code.findbugs:jsr305" ),
1617 artifact ("com.google.errorprone:error_prone_annotations" ),
1718 artifact ("com.google.guava:guava" ),
Original file line number Diff line number Diff line change @@ -1330,6 +1330,7 @@ public SSLSessionContext getSessionContext() {
13301330 }
13311331
13321332 @ Override
1333+ @ SuppressWarnings ("deprecation" )
13331334 public javax .security .cert .X509Certificate [] getPeerCertificateChain () {
13341335 throw new UnsupportedOperationException ("This method is deprecated and marked for removal. "
13351336 + "Use the getPeerCertificates() method instead." );
You can’t perform that action at this time.
0 commit comments