From b8fac8a75e27bcb91b32469ea49a7b4aae192c1e Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Wed, 5 Dec 2018 12:43:02 -0800 Subject: [PATCH] doc: s/GrpcServerRule/GrpcCleanupRule in README --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index aeb5ef1f31..9a8666b309 100644 --- a/examples/README.md +++ b/examples/README.md @@ -161,5 +161,5 @@ For testing a gRPC server, create the server as an InProcessServer, and test it against a real client stub with an InProcessChannel. The gRPC-java library also provides a JUnit rule, -[GrpcServerRule](../testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java), to do the graceful +[GrpcCleanupRule](../testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java), to do the graceful shutdown boilerplate for you.