From d376290cadbcd868707ef20684e2086fa40edcf1 Mon Sep 17 00:00:00 2001 From: Eunbin Son Date: Fri, 19 Jun 2026 07:41:33 +0900 Subject: [PATCH] Fix stray LIRInstruction token in SpanBuilder Javadoc --- .../main/java/io/opentelemetry/api/trace/SpanBuilder.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/all/src/main/java/io/opentelemetry/api/trace/SpanBuilder.java b/api/all/src/main/java/io/opentelemetry/api/trace/SpanBuilder.java index feee2b4714b..28fae81f0dc 100644 --- a/api/all/src/main/java/io/opentelemetry/api/trace/SpanBuilder.java +++ b/api/all/src/main/java/io/opentelemetry/api/trace/SpanBuilder.java @@ -281,9 +281,8 @@ default SpanBuilder setAllAttributes(Attributes attributes) { /** * Sets an explicit start timestamp for the newly created {@code Span}. * - *

LIRInstruction.Use this method to specify an explicit start timestamp. If not called, the - * implementation will use the timestamp value at {@link #startSpan()} time, which should be the - * default case. + *

Use this method to specify an explicit start timestamp. If not called, the implementation + * will use the timestamp value at {@link #startSpan()} time, which should be the default case. * *

Important this is NOT equivalent with System.nanoTime(). *