This commit is contained in:
Ann Priestman 2019-06-26 13:50:22 -04:00
parent 85c764eaac
commit abfab92f27

View File

@ -217,7 +217,7 @@ final class ThreadChildNodeFactory extends ChildFactory<BlackboardArtifact> {
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;