Skip to content

Commit 014e7c6

Browse files
committed
Make EnvironmentResource class package-private
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent a7df08f commit 014e7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/EnvironmentResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* <p>This class is intentionally self-contained (no dependencies on other autoconfigure-internal
2020
* classes). Do not add dependencies on non-API, non-SPI classes.
2121
*/
22-
public final class EnvironmentResource {
22+
final class EnvironmentResource {
2323

2424
private static final AttributeKey<String> SERVICE_NAME = AttributeKey.stringKey("service.name");
2525

0 commit comments

Comments
 (0)