Skip to content

Commit c480376

Browse files
committed
fix: revert unrelated ApiTracerFactory changes
1 parent 275ba16 commit c480376

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gax-java/gax/src/main/java/com/google/api/gax/tracing/ApiTracerFactory.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ enum OperationType {
6060
* @param spanName the name of the new span
6161
* @param operationType the type of operation that the tracer will trace
6262
*/
63-
default ApiTracer newTracer(ApiTracer parent, SpanName spanName, OperationType operationType) {
64-
return BaseApiTracer.getInstance();
65-
}
63+
ApiTracer newTracer(ApiTracer parent, SpanName spanName, OperationType operationType);
6664

6765
/**
6866
* Create a new {@link ApiTracer} that will be a child of the current context.

0 commit comments

Comments
 (0)