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(). *