mirror of https://github.com/grpc/grpc-java.git
all: fix lint warnings
This commit is contained in:
parent
65211310e9
commit
9d26c5c405
|
|
@ -1868,7 +1868,7 @@ public abstract class AbstractInteropTest {
|
||||||
assertNotNull(serverEndRecord);
|
assertNotNull(serverEndRecord);
|
||||||
checkStartTags(serverStartRecord, method);
|
checkStartTags(serverStartRecord, method);
|
||||||
checkEndTags(serverEndRecord, method, code);
|
checkEndTags(serverEndRecord, method, code);
|
||||||
if (server != null && requests != null && responses != null) {
|
if (requests != null && responses != null) {
|
||||||
checkCensus(serverEndRecord, true, requests, responses);
|
checkCensus(serverEndRecord, true, requests, responses);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -549,7 +549,7 @@ public final class BinlogHelperTest {
|
||||||
public void logSendInitialMetadata_server() throws Exception {
|
public void logSendInitialMetadata_server() throws Exception {
|
||||||
sinkWriterImpl.logSendInitialMetadata(
|
sinkWriterImpl.logSendInitialMetadata(
|
||||||
/*seq=*/ 1,
|
/*seq=*/ 1,
|
||||||
/*methodNmae=*/ null,
|
/*methodName=*/ null,
|
||||||
/*timeout=*/ null,
|
/*timeout=*/ null,
|
||||||
nonEmptyMetadata,
|
nonEmptyMetadata,
|
||||||
IS_SERVER,
|
IS_SERVER,
|
||||||
|
|
@ -649,7 +649,7 @@ public final class BinlogHelperTest {
|
||||||
InetSocketAddress socketAddress = new InetSocketAddress(address, port);
|
InetSocketAddress socketAddress = new InetSocketAddress(address, port);
|
||||||
sinkWriterImpl.logRecvInitialMetadata(
|
sinkWriterImpl.logRecvInitialMetadata(
|
||||||
/*seq=*/ 1,
|
/*seq=*/ 1,
|
||||||
/*methodNmae=*/ null,
|
/*methodName=*/ null,
|
||||||
/*timeout=*/ null,
|
/*timeout=*/ null,
|
||||||
nonEmptyMetadata,
|
nonEmptyMetadata,
|
||||||
IS_CLIENT,
|
IS_CLIENT,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue