Skip to content

Commit 09e1b3e

Browse files
committed
Minor
1 parent decfb0c commit 09e1b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/src/org/sleuthkit/autopsy/casemodule/services/TagSetDefinition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public boolean accept(File file) {
166166
// In TSK release 4.13.0 and Autopsy release 4.22.0 we:
167167
// 1) renamed "TskData.KnownStatus" to "TskData.TagType"
168168
// 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".
171171
//
172172
private static class TagSetDefinitionDeserializer implements JsonDeserializer<TagSetDefinition> {
173173

0 commit comments

Comments
 (0)