mirror of https://github.com/grpc/grpc-java.git
interop-testing: fix lint errors found on import
This commit is contained in:
parent
d019eead63
commit
9eb8f15110
|
|
@ -209,7 +209,7 @@ public class NettyFlowControlTest {
|
||||||
/**
|
/**
|
||||||
* Simple stream observer to measure elapsed time of the call.
|
* Simple stream observer to measure elapsed time of the call.
|
||||||
*/
|
*/
|
||||||
private class TestStreamObserver implements StreamObserver<StreamingOutputCallResponse> {
|
private static class TestStreamObserver implements StreamObserver<StreamingOutputCallResponse> {
|
||||||
|
|
||||||
long startRequestNanos;
|
long startRequestNanos;
|
||||||
long endRequestNanos;
|
long endRequestNanos;
|
||||||
|
|
@ -238,7 +238,6 @@ public class NettyFlowControlTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCompleted() {
|
public void onCompleted() {
|
||||||
long endRequestNanos = System.nanoTime();
|
|
||||||
latch.countDown();
|
latch.countDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue