Skip to content

Commit

Permalink
Marking GrpcServerRule as final
Browse files Browse the repository at this point in the history
Resolves #4239
  • Loading branch information
amitdesai03 authored and dapengzhang0 committed Mar 23, 2018
1 parent 5f0ee3a commit 8fe313f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/main/java/io/grpc/testing/GrpcServerRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* {@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;
Expand Down

0 comments on commit 8fe313f

Please sign in to comment.