Skip to content

Commit ba925ed

Browse files
irockelCopilot
andauthored
Update tda/src/main/java/de/grimmfrost/tda/model/ThreadDumpInfo.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 74b0f4e commit ba925ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tda/src/main/java/de/grimmfrost/tda/model/ThreadDumpInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private void createOverview() {
153153
}
154154
tidMap.put(hexTid, ti);
155155
} catch (NumberFormatException nfe) {
156-
// ignore
156+
// Invalid tid format; skip this thread when building the SMR tid mapping
157157
}
158158
}
159159

0 commit comments

Comments
 (0)