Skip to content

Commit 8fe313f

Browse files
amitdesai03dapengzhang0
authored andcommitted
Marking GrpcServerRule as final
Resolves #4239
1 parent 5f0ee3a commit 8fe313f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/src/main/java/io/grpc/testing/GrpcServerRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
4242
*/
4343
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
44-
public class GrpcServerRule extends ExternalResource {
44+
public final class GrpcServerRule extends ExternalResource {
4545

4646
private ManagedChannel channel;
4747
private Server server;

0 commit comments

Comments
 (0)