Skip to content

Commit

Permalink
Update api/all/src/main/java/io/opentelemetry/api/trace/SpanBuilder.java
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
Stoyas and trask authored Nov 16, 2024
1 parent 0deb45b commit 47ac73b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public interface SpanBuilder {
SpanBuilder setAttribute(String key, double value);

/**
* Sets an attribute to the {@code Span}. If the {@code Span} previously contained a mapping for
* Sets an attribute to the newly created {@code Span}. If {@code SpanBuilder} previously contained a mapping for
* the key, the old value is replaced by the specified value.
*
* @param key the key for this attribute.
Expand Down

0 comments on commit 47ac73b

Please sign in to comment.