mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
Remove remnants of JUnit 4 rules (#1336)
<!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1336) <!-- Reviewable:end -->
This commit is contained in:
@@ -117,7 +117,7 @@ public final class NettyExtension implements AfterEachCallback {
|
||||
}
|
||||
|
||||
void checkReady() {
|
||||
checkState(clientChannel != null, "Must call setUpClient to finish NettyRule setup");
|
||||
checkState(clientChannel != null, "Must call setUpClient to finish NettyExtension setup");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user