File tree 2 files changed +0
-4
lines changed
testing/src/main/java/io/grpc/testing
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 23
23
import com .google .common .base .Stopwatch ;
24
24
import com .google .common .base .Ticker ;
25
25
import com .google .common .collect .Lists ;
26
- import io .grpc .ExperimentalApi ;
27
26
import io .grpc .ManagedChannel ;
28
27
import io .grpc .Server ;
29
28
import java .util .ArrayList ;
70
69
*
71
70
* @since 1.13.0
72
71
*/
73
- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/2488" )
74
72
@ NotThreadSafe
75
73
public final class GrpcCleanupRule extends ExternalResource {
76
74
Original file line number Diff line number Diff line change 19
19
import static com .google .common .base .Preconditions .checkState ;
20
20
21
21
import io .grpc .BindableService ;
22
- import io .grpc .ExperimentalApi ;
23
22
import io .grpc .ManagedChannel ;
24
23
import io .grpc .Server ;
25
24
import io .grpc .ServerServiceDefinition ;
48
47
* <p>An {@link AbstractStub} can be created against this service by using the
49
48
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
50
49
*/
51
- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/2488" )
52
50
public final class GrpcServerRule extends ExternalResource {
53
51
54
52
private ManagedChannel channel ;
You can’t perform that action at this time.
0 commit comments