Skip to content

Commit

Permalink
Update sdk/logs/src/main/java/io/opentelemetry/sdk/logs/data/LogDataB…
Browse files Browse the repository at this point in the history
…uilder.java
  • Loading branch information
anuraaga authored Dec 3, 2021
1 parent c88e10f commit 546c730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public LogDataBuilder setContext(Context context) {
return setSpanContext(Span.fromContext(context).getSpanContext());
}

/** Set the span context. */
/** Sets the span context. */
public LogDataBuilder setSpanContext(SpanContext spanContext) {
this.spanContext = spanContext == null ? SpanContext.getInvalid() : spanContext;
return this;
Expand Down

0 comments on commit 546c730

Please sign in to comment.