Remove ExperimentalApi from ServerBuilder.intercept. (#9894)

Fixes #3117
This commit is contained in:
Larry Safran 2023-02-16 15:19:41 +00:00 committed by GitHub
parent 7942b9e7f5
commit 3fb9abcb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ public abstract class ServerBuilder<T extends ServerBuilder<T>> {
* @return this
* @since 1.5.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/3117")
public T intercept(ServerInterceptor interceptor) {
throw new UnsupportedOperationException();
}