Skip to content

Commit 80c9b90

Browse files
committed
undo java format
1 parent 7cc704d commit 80c9b90

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

binder/src/main/java/io/grpc/binder/BinderChannelBuilder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ private BinderChannelBuilder(
179179
} else {
180180
managedChannelImplBuilder =
181181
new ManagedChannelImplBuilder(target, transportFactoryBuilder, null);
182-
183-
preAuthorizeServers(true); // Pre-authorize resolved addresses by default.
182+
preAuthorizeServers(true); // Pre-authorize addresses from a NameResolver by default.
184183
}
185184
idleTimeout(60, TimeUnit.SECONDS);
186185
}

binder/src/main/java/io/grpc/binder/internal/BinderTransport.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,7 @@ protected boolean setOutgoingBinder(OneWayBinderProxy binder) {
301301

302302
@Override
303303
public synchronized void binderDied() {
304-
shutdownInternal(
305-
Status.UNAVAILABLE.withDescription(
306-
"Peer process crashed, exited or was killed (binderDied)"),
307-
true);
304+
shutdownInternal(Status.UNAVAILABLE.withDescription("Peer process crashed, exited or was killed (binderDied)"), true);
308305
}
309306

310307
@GuardedBy("this")

0 commit comments

Comments
 (0)