We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154f015 commit 8f5f9e8Copy full SHA for 8f5f9e8
inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpansProcessor.java
@@ -60,7 +60,7 @@ public class InferredSpansProcessor implements SpanProcessor {
60
public Duration setProfilerInterval(Duration interval) {
61
Duration oldInterval = config.setProfilerInterval(interval);
62
profiler.reschedule();
63
- return oldInterval
+ return oldInterval;
64
}
65
66
public static InferredSpansProcessorBuilder builder() {
0 commit comments