Marking GrpcServerRule as final

Resolves #4239
This commit is contained in:
Amit Desai 2018-03-23 16:34:20 -07:00 committed by ZHANG Dapeng
parent 5f0ee3a725
commit 8fe313f598
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import org.junit.rules.TestRule;
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}. * {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
*/ */
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488") @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
public class GrpcServerRule extends ExternalResource { public final class GrpcServerRule extends ExternalResource {
private ManagedChannel channel; private ManagedChannel channel;
private Server server; private Server server;