Skip to content

Commit 7808663

Browse files
committed
fix
1 parent 2e8c988 commit 7808663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/semconv/http/HttpClientAttributesExtractorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public Integer getHttpResponseStatusCode(
7676
}
7777

7878
@Override
79-
@Nullable
8079
public List<String> getHttpResponseHeader(
8180
Map<String, String> request, Map<String, String> response, String name) {
8281
String value = response.get("header." + name);

0 commit comments

Comments
 (0)