Skip to content

Commit

Permalink
Remove ExperimentalApi from ServerBuilder.intercept. (#9894)
Browse files Browse the repository at this point in the history
Fixes #3117
  • Loading branch information
larry-safran authored Feb 16, 2023
1 parent 7942b9e commit 3fb9abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/main/java/io/grpc/ServerBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public final T addServices(List<ServerServiceDefinition> services) {
* @return this
* @since 1.5.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/3117")
public T intercept(ServerInterceptor interceptor) {
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit 3fb9abc

Please sign in to comment.