diff --git a/core/src/main/java/io/grpc/ServerBuilder.java b/core/src/main/java/io/grpc/ServerBuilder.java index 9235abeada..75a1ea38e0 100644 --- a/core/src/main/java/io/grpc/ServerBuilder.java +++ b/core/src/main/java/io/grpc/ServerBuilder.java @@ -93,7 +93,9 @@ public abstract class ServerBuilder> { * be executed. */ @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2132") - public abstract T addTransportFilter(ServerTransportFilter filter); + public T addTransportFilter(ServerTransportFilter filter) { + throw new UnsupportedOperationException(); + } /** * Sets a fallback handler registry that will be looked up in if a method is not found in the