Skip to content

Commit 1e16d9d

Browse files
remove deplicate annotation case
1 parent a29759a commit 1e16d9d

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations-incubator/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/incubator/counted

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-annotations/opentelemetry-instrumentation-annotations-incubator/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/incubator/counted/CountedExample.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public void exampleWithUnit() {}
3030
@Counted(name = "example.with.static.attributes.count")
3131
@StaticAttribute(name = "key1", value = "value1")
3232
@StaticAttribute(name = "key2", value = "value2")
33-
@StaticAttribute(name = "key2", value = "value2")
3433
public void exampleWithStaticAttributes() {}
3534

3635
@Counted(name = "example.with.attributes.count")

0 commit comments

Comments
 (0)