Skip to content

Commit

Permalink
core: Review update
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Oct 2, 2020
1 parent cb99828 commit da6706e
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -185,9 +185,7 @@ protected final int maxInboundMessageSize() {
private boolean tracingEnabled = true;

protected AbstractManagedChannelImplBuilder(String target) {
this.target = Preconditions.checkNotNull(target, "target");
this.callCredentials = null;
this.directServerAddress = null;
this(target, null);
}

protected AbstractManagedChannelImplBuilder(String target, @Nullable CallCredentials callCreds) {
Expand Down

0 comments on commit da6706e

Please sign in to comment.