Skip to content

Commit 8f5f9e8

Browse files
authored
typo
1 parent 154f015 commit 8f5f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpansProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class InferredSpansProcessor implements SpanProcessor {
6060
public Duration setProfilerInterval(Duration interval) {
6161
Duration oldInterval = config.setProfilerInterval(interval);
6262
profiler.reschedule();
63-
return oldInterval
63+
return oldInterval;
6464
}
6565

6666
public static InferredSpansProcessorBuilder builder() {

0 commit comments

Comments
 (0)