mirror of https://github.com/grpc/grpc-java.git
Remove ExperimentalApi from ServerBuilder.intercept. (#9894)
Fixes #3117
This commit is contained in:
parent
7942b9e7f5
commit
3fb9abcb2c
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue