From e7c735abea432bf36ffddee0df368f04a169e718 Mon Sep 17 00:00:00 2001 From: Kun Zhang Date: Mon, 16 May 2016 17:54:35 -0700 Subject: [PATCH] Make ServerCallHandler non-experimental. --- core/src/main/java/io/grpc/ServerCallHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/io/grpc/ServerCallHandler.java b/core/src/main/java/io/grpc/ServerCallHandler.java index a303c285c1..8c98774c51 100644 --- a/core/src/main/java/io/grpc/ServerCallHandler.java +++ b/core/src/main/java/io/grpc/ServerCallHandler.java @@ -37,7 +37,6 @@ import javax.annotation.concurrent.ThreadSafe; * Interface to initiate processing of incoming remote calls. Advanced applications and generated * code will implement this interface to allows {@link Server}s to invoke service methods. */ -@ExperimentalApi("https://github.com/grpc/grpc-java/issues/933") @ThreadSafe public interface ServerCallHandler { /**