From 8c548b23fcf1b562e673db72b4582a3329f606e2 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Fri, 8 Sep 2017 13:00:39 -0400 Subject: [PATCH] Update KeywordHit.java --- .../src/org/sleuthkit/autopsy/keywordsearch/KeywordHit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordHit.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordHit.java index 1cfcab98ab..5ca6fd7139 100755 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordHit.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordHit.java @@ -30,7 +30,7 @@ import org.sleuthkit.datamodel.TskCoreException; /** * Represents the fact that a file or an artifact associated with a file had a * keyword hit. All instances make both the document id of the Solr document - * where the keyword was found and the object Id of the file available to + * where the keyword was found and the object id of the file available to * clients. Keyword hits on the indexed text of an artifact also make the * artifact available to clients. */