Skip to content

Commit 1ac4a4c

Browse files
committed
spotless
1 parent f20aae9 commit 1ac4a4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/all/src/main/java/io/opentelemetry/api/logs/LogRecordBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ default LogRecordBuilder setAttribute(String key, int value) {
204204
* pre-allocate your keys, if possible.
205205
*
206206
* <p>Instrumentations should assume that backends do not index individual properties of complex
207-
* attributes, that querying or aggregating on such properties is inefficient and complicated,
208-
* and that reporting complex attributes carries higher performance overhead.
207+
* attributes, that querying or aggregating on such properties is inefficient and complicated, and
208+
* that reporting complex attributes carries higher performance overhead.
209209
*
210210
* @param key the key for this attribute.
211211
* @param value the value for this attribute.

api/all/src/main/java/io/opentelemetry/api/trace/Span.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ default Span setAttribute(String key, boolean value) {
157157
* pre-allocate your keys, if possible.
158158
*
159159
* <p>Instrumentations should assume that backends do not index individual properties of complex
160-
* attributes, that querying or aggregating on such properties is inefficient and complicated,
161-
* and that reporting complex attributes carries higher performance overhead.
160+
* attributes, that querying or aggregating on such properties is inefficient and complicated, and
161+
* that reporting complex attributes carries higher performance overhead.
162162
*
163163
* @param key the key for this attribute.
164164
* @param value the value for this attribute.

0 commit comments

Comments
 (0)