Skip to content

Commit 86782bd

Browse files
committed
missing close paran
1 parent 07f0a8f commit 86782bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private ApiConstants() {}
5151

5252
/**
5353
* Lets you override a Channel's pre-auth configuration (see {@link
54-
* BinderChannelBuilder#preAuthorizeServers(boolean)} for a given {@link EquivalentAddressGroup}.
54+
* BinderChannelBuilder#preAuthorizeServers(boolean)}) for a given {@link EquivalentAddressGroup}.
5555
*
5656
* <p>A {@link NameResolver} that discovers servers from an untrusted source like PackageManager
5757
* can use this to force server pre-auth and prevent abuse.

0 commit comments

Comments
 (0)