diff --git a/Core/src/org/sleuthkit/autopsy/communications/relationships/ThreadChildNodeFactory.java b/Core/src/org/sleuthkit/autopsy/communications/relationships/ThreadChildNodeFactory.java index 3258a64cc0..784cd6c185 100755 --- a/Core/src/org/sleuthkit/autopsy/communications/relationships/ThreadChildNodeFactory.java +++ b/Core/src/org/sleuthkit/autopsy/communications/relationships/ThreadChildNodeFactory.java @@ -217,7 +217,7 @@ final class ThreadChildNodeFactory extends ChildFactory { sheet.put(sheetSet); } - // Give this node a threadID of "UNTHEADED_ID" + // Give this node a threadID of "CALL_LOG_ID" sheetSet.put(new NodeProperty<>("ThreadID", "ThreadID","",MessageNode.CALL_LOG_ID)); return sheet;