mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Code and comment cleanup
This commit is contained in:
parent
9dfe64a71a
commit
5adb67ceb0
@ -307,7 +307,7 @@ class HighlightedText implements IndexedText, TextMarkupLookup {
|
|||||||
SolrQuery q = new SolrQuery();
|
SolrQuery q = new SolrQuery();
|
||||||
q.setShowDebugInfo(DEBUG); //debug
|
q.setShowDebugInfo(DEBUG); //debug
|
||||||
|
|
||||||
// input query has already been escaped
|
// input query has already been properly constructed and escaped
|
||||||
q.setQuery(keywordHitQuery);
|
q.setQuery(keywordHitQuery);
|
||||||
|
|
||||||
String contentIdStr = Long.toString(this.objectId);
|
String contentIdStr = Long.toString(this.objectId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user