Skip to content

Commit ead6a54

Browse files
binder: Suppress GuardedBy("this") warning for test access (#12362)
Co-authored-by: MV Shiva <[email protected]>
1 parent d163c06 commit ead6a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

576576
@VisibleForTesting
577+
@SuppressWarnings("GuardedBy")
577578
LeakSafeOneWayBinder getIncomingBinderForTesting() {
578579
return this.incomingBinder;
579580
}

0 commit comments

Comments
 (0)