Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 38f75c7

Browse files
chore: generate libraries at Tue Jan 13 23:21:14 UTC 2026
1 parent b009bca commit 38f75c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/gaxx/grpc/fallback/GcpFallbackChannelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
import java.util.concurrent.atomic.AtomicLong;
8585
import java.util.function.Function;
8686
import javax.annotation.Nonnull;
87+
import net.jcip.annotations.NotThreadSafe;
8788
import org.junit.After;
8889
import org.junit.Before;
8990
import org.junit.Test;
@@ -92,7 +93,6 @@
9293
import org.mockito.Captor;
9394
import org.mockito.Mock;
9495
import org.mockito.junit.MockitoJUnitRunner;
95-
import net.jcip.annotations.NotThreadSafe;
9696

9797
@NotThreadSafe
9898
@RunWith(MockitoJUnitRunner.class)

0 commit comments

Comments
 (0)