Skip to content

Commit

Permalink
do not call protected method
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyspb committed Jul 24, 2020
1 parent 8e194b1 commit 6131826
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -172,8 +172,7 @@ private Publisher(Builder builder) throws IOException {
.setExecutorProvider(FixedExecutorProvider.create(executor))
.setTransportChannelProvider(builder.channelProvider)
.setEndpoint(builder.endpoint)
.setHeaderProvider(builder.headerProvider)
.setInternalHeaderProvider(builder.internalHeaderProvider);
.setHeaderProvider(builder.headerProvider);
stubSettings
.publishSettings()
.setRetryableCodes(
Expand Down

0 comments on commit 6131826

Please sign in to comment.