Skip to content

Commit 17c0adc

Browse files
committed
Make StandardComponentId constructor public
1 parent 056837a commit 17c0adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/common/src/main/java/io/opentelemetry/sdk/internal/StandardComponentId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public Signal signal() {
5151

5252
private final ExporterType standardType;
5353

54-
StandardComponentId(ExporterType standardType) {
54+
public StandardComponentId(ExporterType standardType) {
5555
super(standardType.value);
5656
this.standardType = standardType;
5757
}

0 commit comments

Comments
 (0)