Skip to content

Commit 10d6e02

Browse files
authored
Apply suggestion from @trask
1 parent d83ff5d commit 10d6e02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/all/src/main/java/io/opentelemetry/api/common/ArrayBackedAttributesBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public <T> AttributesBuilder put(AttributeKey<Long> key, int value) {
3838
}
3939

4040
@Override
41-
@SuppressWarnings("unchecked")
4241
public <T> AttributesBuilder put(AttributeKey<T> key, @Nullable T value) {
4342
if (key == null || key.getKey().isEmpty() || value == null) {
4443
return this;

0 commit comments

Comments
 (0)