Code and comment cleanup

This commit is contained in:
Eugene Livis 2016-07-15 13:08:50 -04:00
parent 9dfe64a71a
commit 5adb67ceb0

View File

@ -307,7 +307,7 @@ class HighlightedText implements IndexedText, TextMarkupLookup {
SolrQuery q = new SolrQuery();
q.setShowDebugInfo(DEBUG); //debug
// input query has already been escaped
// input query has already been properly constructed and escaped
q.setQuery(keywordHitQuery);
String contentIdStr = Long.toString(this.objectId);