From 95d44b47f457a7d7d05f6d77811dc3b7f43b1942 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Tue, 21 Jun 2016 09:21:41 -0700 Subject: [PATCH] core: make ServerInterceptor non experimental Fixes #1711 --- core/src/main/java/io/grpc/ServerInterceptor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/io/grpc/ServerInterceptor.java b/core/src/main/java/io/grpc/ServerInterceptor.java index 11afefb355..566afc9b2b 100644 --- a/core/src/main/java/io/grpc/ServerInterceptor.java +++ b/core/src/main/java/io/grpc/ServerInterceptor.java @@ -46,7 +46,6 @@ import javax.annotation.concurrent.ThreadSafe; * */ @ThreadSafe -@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1711") public interface ServerInterceptor { /** * Intercept {@link ServerCall} dispatch by the {@code next} {@link ServerCallHandler}. General