Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit af7cff2

Browse files
authored
Make TracerImpl public (#2064)
1 parent c314ce0 commit af7cff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl_core/src/main/java/io/opencensus/implcore/trace/TracerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public final class TracerImpl extends Tracer {
3030
private final SpanBuilderImpl.Options spanBuilderOptions;
3131

32-
TracerImpl(
32+
public TracerImpl(
3333
RandomHandler randomHandler,
3434
RecordEventsSpanImpl.StartEndHandler startEndHandler,
3535
Clock clock,

0 commit comments

Comments
 (0)