interop-testing: fix lint errors found on import

This commit is contained in:
Carl Mastrangelo 2016-10-27 16:52:46 -07:00 committed by GitHub
parent d019eead63
commit 9eb8f15110
1 changed files with 1 additions and 2 deletions

View File

@ -209,7 +209,7 @@ public class NettyFlowControlTest {
/**
* 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 endRequestNanos;
@ -238,7 +238,6 @@ public class NettyFlowControlTest {
@Override
public void onCompleted() {
long endRequestNanos = System.nanoTime();
latch.countDown();
}