Skip to content

Commit 87f1c13

Browse files
committed
unnecessary this
1 parent 67c2c93 commit 87f1c13

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,7 @@ private synchronized void startInternal() {
667667
if (readyTimeoutMillis >= 0) {
668668
readyTimeoutFuture =
669669
getScheduledExecutorService()
670-
.schedule(
671-
BinderClientTransport.this::onReadyTimeout, readyTimeoutMillis, MILLISECONDS);
670+
.schedule(this::onReadyTimeout, readyTimeoutMillis, MILLISECONDS);
672671
}
673672
}
674673
}

0 commit comments

Comments
 (0)