mirror of https://github.com/grpc/grpc-java.git
all: fix lint
This commit is contained in:
parent
c8712877a1
commit
41c8d8020f
|
@ -17,10 +17,6 @@
|
|||
package io.grpc.alts.internal;
|
||||
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
import io.grpc.alts.internal.AltsContext;
|
||||
import io.grpc.alts.internal.HandshakerResult;
|
||||
import io.grpc.alts.internal.RpcProtocolVersions;
|
||||
import io.grpc.alts.internal.SecurityLevel;
|
||||
|
||||
/** AltsAuthContext contains security-related context information about an ALTs connection. */
|
||||
public final class AltsAuthContext {
|
||||
|
|
|
@ -104,8 +104,6 @@ final class BinlogHelper {
|
|||
private final int maxHeaderBytes;
|
||||
private final int maxMessageBytes;
|
||||
|
||||
private static final long NANOS_PER_SECOND = TimeUnit.SECONDS.toNanos(1);
|
||||
|
||||
SinkWriterImpl(
|
||||
BinaryLogSink sink,
|
||||
TimeProvider timeProvider,
|
||||
|
|
Loading…
Reference in New Issue