From 09e1b3e6ee887a26d16c84a45700ecf7b073af66 Mon Sep 17 00:00:00 2001 From: "eugene.livis" Date: Tue, 11 Mar 2025 11:59:19 -0400 Subject: [PATCH] Minor --- .../autopsy/casemodule/services/TagSetDefinition.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/services/TagSetDefinition.java b/Core/src/org/sleuthkit/autopsy/casemodule/services/TagSetDefinition.java index ed91b8e8fa..a771d5d067 100755 --- a/Core/src/org/sleuthkit/autopsy/casemodule/services/TagSetDefinition.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/services/TagSetDefinition.java @@ -166,8 +166,8 @@ final public class TagSetDefinition { // In TSK release 4.13.0 and Autopsy release 4.22.0 we: // 1) renamed "TskData.KnownStatus" to "TskData.TagType" // 2) renamed "TagSetDefinition.knownStatus" to "TagSetDefinition.tagType" - // 3) "TskData.KnownStatus" of "unknown" used to carry a score if "suspicious". - // Now "TskData.TagType" of "unknown" carries a score if "unknown". + // 3) "TskData.KnownStatus" of "unknown" used to carry a score of "suspicious". + // Now "TskData.TagType" of "unknown" carries a score of "unknown". // private static class TagSetDefinitionDeserializer implements JsonDeserializer {