Skip to content

Commit dfcf91c

Browse files
committed
spotless
1 parent 3b58688 commit dfcf91c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

instrumentation/opentelemetry-api/opentelemetry-api-1.50/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/opentelemetryapi/v1_50/incubator/logs/ApplicationLogRecordBuilder150Incubator.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ public ExtendedLogRecordBuilder setException(Throwable throwable) {
137137
return this;
138138
}
139139

140-
@SuppressWarnings({
141-
"unchecked",
142-
"rawtypes"
143-
}) // converting ExtendedAttributeKey loses generic type
140+
@SuppressWarnings({"unchecked", "rawtypes"}) // converting ExtendedAttributeKey loses generic type
144141
private static io.opentelemetry.api.incubator.common.ExtendedAttributes convertExtendedAttributes(
145142
ExtendedAttributes applicationAttributes) {
146143
io.opentelemetry.api.incubator.common.ExtendedAttributesBuilder agentAttributes =

0 commit comments

Comments
 (0)