Skip to content

Commit 547f461

Browse files
committed
fix
1 parent 60bc8f4 commit 547f461

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableChannelFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
@InternalApi
2424
public interface BigtableChannelFactory {
2525
ManagedChannel createSingleChannel() throws IOException;
26-
}
26+
}

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/DirectAccessChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public interface DirectAccessChecker {
3131
* @return true if the channel is eligible for Direct Access
3232
*/
3333
boolean check(BigtableChannelFactory channelFactory, @Nullable DirectPathCompatibleTracer tracer);
34-
}
34+
}

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/UnaryDirectAccessChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ public boolean check(BigtableChannelFactory channelFactory, @Nullable DirectPath
8181
}
8282
}
8383
}
84-
}
84+
}

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/UnaryDirectAccessCheckerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ public void testExceptionSafetyAndCleanup() {
131131
verifyNoInteractions(mockTracer);
132132
verify(mockChannel).shutdownNow();
133133
}
134-
}
134+
}

0 commit comments

Comments
 (0)