From 06b8b51e51b457c430279706615e26416d6b4149 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 27 Nov 2017 10:20:32 -0500 Subject: [PATCH] 3203 fix comment to reflect that tag status applies outside of CR --- .../autopsy/casemodule/services/TagNameDefinition.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/services/TagNameDefinition.java b/Core/src/org/sleuthkit/autopsy/casemodule/services/TagNameDefinition.java index 880354f77b..e1d81d2b65 100755 --- a/Core/src/org/sleuthkit/autopsy/casemodule/services/TagNameDefinition.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/services/TagNameDefinition.java @@ -107,8 +107,7 @@ final class TagNameDefinition implements Comparable { } /** - * The status which items which have this tag applied to them should have in - * the central repository. + * The status which will be applied to items with this tag. * * @return a value of TskData.FileKnown which is associated with this tag */