File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
public class SpannerOptionsHelper {
21
21
22
22
/**
23
- * Resets the activeTracingFramework. This variable is used for internal testing, and is
24
- * not a valid production scenario.
23
+ * Resets the activeTracingFramework. This variable is used for internal testing, and is not a
24
+ * valid production scenario.
25
25
*/
26
26
public static void resetActiveTracingFramework () {
27
27
SpannerOptions .resetActiveTracingFramework ();
Original file line number Diff line number Diff line change 46
46
import com .google .cloud .spanner .SpannerException ;
47
47
import com .google .cloud .spanner .SpannerExceptionFactory ;
48
48
import com .google .cloud .spanner .SpannerOptions ;
49
- import com .google .cloud .spanner .SpannerOptionsHelper ;
50
49
import com .google .cloud .spanner .SpannerOptions .CallContextConfigurator ;
50
+ import com .google .cloud .spanner .SpannerOptionsHelper ;
51
51
import com .google .cloud .spanner .Statement ;
52
52
import com .google .cloud .spanner .TransactionRunner ;
53
53
import com .google .cloud .spanner .spi .v1 .GapicSpannerRpc .AdminRequestsLimitExceededRetryAlgorithm ;
You can’t perform that action at this time.
0 commit comments