Skip to content

Commit

Permalink
testing: Stabilize GrpcCleanupRule, GrpcServerRule (#10494)
Browse files Browse the repository at this point in the history
Closes #2488.
  • Loading branch information
sergiitk committed Aug 17, 2023
1 parent 3e44bbf commit 2e95631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.google.common.base.Stopwatch;
import com.google.common.base.Ticker;
import com.google.common.collect.Lists;
import io.grpc.ExperimentalApi;
import io.grpc.ManagedChannel;
import io.grpc.Server;
import java.util.ArrayList;
Expand Down Expand Up @@ -70,7 +69,6 @@
*
* @since 1.13.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
@NotThreadSafe
public final class GrpcCleanupRule extends ExternalResource {

Expand Down
2 changes: 0 additions & 2 deletions testing/src/main/java/io/grpc/testing/GrpcServerRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import static com.google.common.base.Preconditions.checkState;

import io.grpc.BindableService;
import io.grpc.ExperimentalApi;
import io.grpc.ManagedChannel;
import io.grpc.Server;
import io.grpc.ServerServiceDefinition;
Expand Down Expand Up @@ -48,7 +47,6 @@
* <p>An {@link AbstractStub} can be created against this service by using the
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
public final class GrpcServerRule extends ExternalResource {

private ManagedChannel channel;
Expand Down

0 comments on commit 2e95631

Please sign in to comment.