From abfab92f27475c689ee44e029381f7877779bccc Mon Sep 17 00:00:00 2001 From: Ann Priestman Date: Wed, 26 Jun 2019 13:50:22 -0400 Subject: [PATCH] Fix typo --- .../communications/relationships/ThreadChildNodeFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;