Skip to content

Commit 23e8fe6

Browse files
committed
pr feedback
1 parent 4b91aa2 commit 23e8fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/resources/library/src/main/java/io/opentelemetry/instrumentation/resources/AttributeResourceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public final Resource createResource(ConfigProperties config) {
7070
return create(filteredKeys);
7171
}
7272

73-
@SuppressWarnings({"unchecked", "rawtypes", "unused"})
73+
@SuppressWarnings({"unchecked", "rawtypes"})
7474
public final Resource createResource(DeclarativeConfigProperties config) {
7575
return create((Set) attributeGetters.keySet());
7676
}

0 commit comments

Comments
 (0)