Skip to content

Commit 403895f

Browse files
committed
fill in exp tracking issue
1 parent a634f0c commit 403895f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private ApiConstants() {}
5757
* can use this to force server pre-auth and prevent abuse.
5858
*/
5959
@EquivalentAddressGroup.Attr
60+
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/12191")
6061
public static final Attributes.Key<Boolean> PRE_AUTH_SERVER_OVERRIDE =
6162
Attributes.Key.create("pre-auth-server-override");
6263
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public BinderChannelBuilder strictLifecycleManagement() {
302302
* Clients that require a particular behavior should configure it explicitly using this method
303303
* rather than relying on the default.
304304
*/
305-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/00000")
305+
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/12191")
306306
public BinderChannelBuilder preAuthorizeServers(boolean preAuthorize) {
307307
transportFactoryBuilder.setPreAuthorizeServers(preAuthorize);
308308
return this;

0 commit comments

Comments
 (0)