You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/fileconfig/CapturingComponentLoader.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
importjava.util.concurrent.ConcurrentHashMap;
15
15
16
16
/**
17
-
* A test utility that captures the configuration passed to component providers during loading.
18
-
* This allows tests to verify that component providers receive the expected configuration.
17
+
* A test utility that captures the configuration passed to component providers during loading. This
18
+
* allows tests to verify that component providers receive the expected configuration.
0 commit comments