Skip to content

Commit d4436db

Browse files
Update BinderTransport.java
Revert comment since we don't have usage currently of this accessor and it seems the test code will be a reader and doesn't have to lock.
1 parent 97d7003 commit d4436db

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") // used only in single-threaded test environments
577+
@SuppressWarnings("GuardedBy")
578578
LeakSafeOneWayBinder getIncomingBinderForTesting() {
579579
return this.incomingBinder;
580580
}

0 commit comments

Comments
 (0)