File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Core/src/org/sleuthkit/autopsy/casemodule/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ public boolean accept(File file) {
166
166
// In TSK release 4.13.0 and Autopsy release 4.22.0 we:
167
167
// 1) renamed "TskData.KnownStatus" to "TskData.TagType"
168
168
// 2) renamed "TagSetDefinition.knownStatus" to "TagSetDefinition.tagType"
169
- // 3) "TskData.KnownStatus" of "unknown" used to carry a score if "suspicious".
170
- // Now "TskData.TagType" of "unknown" carries a score if "unknown".
169
+ // 3) "TskData.KnownStatus" of "unknown" used to carry a score of "suspicious".
170
+ // Now "TskData.TagType" of "unknown" carries a score of "unknown".
171
171
//
172
172
private static class TagSetDefinitionDeserializer implements JsonDeserializer <TagSetDefinition > {
173
173
You can’t perform that action at this time.
0 commit comments