aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAmit Desai <amit.desai03@gmail.com>2018-03-23 16:34:20 -0700
committerZHANG Dapeng <zdapeng@google.com>2018-03-23 16:34:20 -0700
commit8fe313f5981c43123c0cc34e8707f8292bc2e28a (patch)
tree1ffdef1c5fbb53b969da9d70befef7a6b7d52b10 /testing
parent5f0ee3a725509ffc9eb9c920edc43dc14c84b312 (diff)
downloadgrpc-grpc-java-8fe313f5981c43123c0cc34e8707f8292bc2e28a.tar.gz
Marking GrpcServerRule as final
Resolves #4239
Diffstat (limited to 'testing')
-rw-r--r--testing/src/main/java/io/grpc/testing/GrpcServerRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/src/main/java/io/grpc/testing/GrpcServerRule.java b/testing/src/main/java/io/grpc/testing/GrpcServerRule.java
index 3f37f4c37..06f00c128 100644
--- a/testing/src/main/java/io/grpc/testing/GrpcServerRule.java
+++ b/testing/src/main/java/io/grpc/testing/GrpcServerRule.java
@@ -41,7 +41,7 @@ import org.junit.rules.TestRule;
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
-public class GrpcServerRule extends ExternalResource {
+public final class GrpcServerRule extends ExternalResource {
private ManagedChannel channel;
private Server server;