Skip to content

Commit 512b8e2

Browse files
fixed some code comment
1 parent 685afd1 commit 512b8e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

d2/src/main/java/com/linkedin/d2/util/OtelConstantsUtils.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
*/
66
public final class OtelConstantsUtils
77
{
8-
/**
9-
* Default value used when a specific value is not set.
10-
* Used for identifying metrics associated with unnamed or unspecified attributes.
11-
*/
8+
129
public static final String NO_VALUE = "-";
1310

1411
private OtelConstantsUtils()

0 commit comments

Comments
 (0)