all: fix lint

This commit is contained in:
ZHANG Dapeng 2018-10-23 14:03:46 -07:00 committed by GitHub
parent c8712877a1
commit 41c8d8020f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -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 {

View File

@ -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,