Skip to content

Commit e057a53

Browse files
committed
move to internal package
1 parent 97ff34e commit e057a53

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sdk-autoconfigure-support/src/test/java/io/opentelemetry/instrumentation/internal/resources/ResourceProviderPropertiesCustomizerTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
import org.junit.jupiter.api.DynamicTest;
2525
import org.junit.jupiter.api.TestFactory;
2626

27+
/**
28+
* This class is internal and is hence not for public use. Its APIs are unstable and can change at
29+
* any time.
30+
*/
2731
public class ResourceProviderPropertiesCustomizerTest {
2832

2933
public static final class Provider implements ResourceProvider {

sdk-autoconfigure-support/src/test/java/io/opentelemetry/instrumentation/internal/thread/AddThreadDetailsSpanProcessorTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
import io.opentelemetry.semconv.incubating.ThreadIncubatingAttributes;
1717
import org.junit.jupiter.api.Test;
1818

19+
/**
20+
* This class is internal and is hence not for public use. Its APIs are unstable and can change at
21+
* any time.
22+
*/
1923
class AddThreadDetailsSpanProcessorTest {
2024

2125
private final ReadWriteSpan span = mock(ReadWriteSpan.class);

0 commit comments

Comments
 (0)