Skip to content

Commit 4d4977a

Browse files
committed
Clean up comment
1 parent ee0b9d7 commit 4d4977a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-trace-api/src/test/java/datadog/trace/api/DDSpanIdTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ void convertIdsFromPartOfHexString(
9898
try {
9999
parsedId = DDSpanId.fromHex(hexId, start, length, lowerCaseOnly);
100100
} catch (NumberFormatException ignored) {
101-
// Validate behavior through parsedId remaining null.
102101
}
103102

104103
if (expectedId == null) {

0 commit comments

Comments
 (0)