Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Nov 16, 2024
1 parent 47ac73b commit 94d3946
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ public interface SpanBuilder {
SpanBuilder setAttribute(String key, double value);

/**
* 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.
* 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.
* @param value the value for this attribute.
Expand Down

0 comments on commit 94d3946

Please sign in to comment.