Update KeywordHit.java

This commit is contained in:
Richard Cordovano 2017-09-08 13:00:39 -04:00 committed by GitHub
parent aadb79331f
commit 8c548b23fc

View File

@ -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.
*/