Skip to content

Commit 97d7003

Browse files
authored
Update BinderTransport.java
1 parent f8ee40b commit 97d7003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Map<Integer, Inbound<?>> getOngoingCalls() {
574574
}
575575

576576
@VisibleForTesting
577-
@SuppressWarnings("GuardedBy")
577+
@SuppressWarnings("GuardedBy") // used only in single-threaded test environments
578578
LeakSafeOneWayBinder getIncomingBinderForTesting() {
579579
return this.incomingBinder;
580580
}

0 commit comments

Comments
 (0)