You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-api/opentelemetry-api-1.50/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/opentelemetryapi/v1_50/incubator/logs/ApplicationLogRecordBuilder150Incubator.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -137,10 +137,7 @@ public ExtendedLogRecordBuilder setException(Throwable throwable) {
137
137
returnthis;
138
138
}
139
139
140
-
@SuppressWarnings({
141
-
"unchecked",
142
-
"rawtypes"
143
-
}) // converting ExtendedAttributeKey loses generic type
140
+
@SuppressWarnings({"unchecked", "rawtypes"}) // converting ExtendedAttributeKey loses generic type
0 commit comments