mirror of https://github.com/grpc/grpc-java.git
parent
7a89ce2a90
commit
417c41b6cb
|
|
@ -65,7 +65,7 @@ public final class MetadataUtils {
|
||||||
|
|
||||||
// Non private to avoid synthetic class
|
// Non private to avoid synthetic class
|
||||||
HeaderAttachingClientInterceptor(Metadata extraHeaders) {
|
HeaderAttachingClientInterceptor(Metadata extraHeaders) {
|
||||||
this.extraHeaders = checkNotNull(extraHeaders, extraHeaders);
|
this.extraHeaders = checkNotNull(extraHeaders, "extraHeaders");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue