Skip to content

Commit 953d4b1

Browse files
committed
fix architecture test
1 parent fb76612 commit 953d4b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Comparing source compatibility of opentelemetry-sdk-1.53.0-SNAPSHOT.jar against opentelemetry-sdk-1.52.0.jar
2-
No changes.
2+
No changes.

sdk/all/src/main/java/io/opentelemetry/sdk/internal/WithShutdown.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
import java.io.Closeable;
1313
import java.util.concurrent.TimeUnit;
1414

15+
/**
16+
* Class that provides a shutdown method to close the SDK components gracefully.
17+
*
18+
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
19+
* at any time.
20+
*/
1521
public interface WithShutdown extends Closeable {
1622
/**
1723
* Shutdown the SDK. Calls {@link SdkTracerProvider#shutdown()}, {@link

0 commit comments

Comments
 (0)