File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
testing/src/main/java/io/grpc/testing Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2323import com .google .common .base .Stopwatch ;
2424import com .google .common .base .Ticker ;
2525import com .google .common .collect .Lists ;
26- import io .grpc .ExperimentalApi ;
2726import io .grpc .ManagedChannel ;
2827import io .grpc .Server ;
2928import java .util .ArrayList ;
7069 *
7170 * @since 1.13.0
7271 */
73- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/2488" )
7472@ NotThreadSafe
7573public final class GrpcCleanupRule extends ExternalResource {
7674
Original file line number Diff line number Diff line change 1919import static com .google .common .base .Preconditions .checkState ;
2020
2121import io .grpc .BindableService ;
22- import io .grpc .ExperimentalApi ;
2322import io .grpc .ManagedChannel ;
2423import io .grpc .Server ;
2524import io .grpc .ServerServiceDefinition ;
4847 * <p>An {@link AbstractStub} can be created against this service by using the
4948 * {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
5049 */
51- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/2488" )
5250public final class GrpcServerRule extends ExternalResource {
5351
5452 private ManagedChannel channel ;
You can’t perform that action at this time.
0 commit comments