Skip to content

Commit f356ee3

Browse files
jackshiraziCopilot
andauthored
Update dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/policy/OpampPolicyProvider.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ef0d9e commit f356ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/policy/OpampPolicyProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ static Duration getGlobalPollingIntervalForTest() {
337337
}
338338

339339
/** Resets shared provider test state, including polling interval and active provider tracking. */
340-
public static void resetForTest() {
340+
static void resetForTest() {
341341
setGlobalPollingInterval(DEFAULT_POLLING_INTERVAL);
342342
ACTIVE_PROVIDERS.clear();
343343
}

0 commit comments

Comments
 (0)