Skip to content

Commit 3a8324b

Browse files
committed
Unnecessary comma removed
1 parent 6d6b22d commit 3a8324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ public enum AttributeType {
1717
STRING_ARRAY,
1818
BOOLEAN_ARRAY,
1919
LONG_ARRAY,
20-
DOUBLE_ARRAY;
20+
DOUBLE_ARRAY
2121
}

0 commit comments

Comments
 (0)