mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
fix typo
This commit is contained in:
parent
56d321ccf0
commit
c27e986bc2
@ -490,7 +490,7 @@ class HighlightedText implements IndexedText {
|
|||||||
// Advance the search offset past the keyword.
|
// Advance the search offset past the keyword.
|
||||||
searchOffset = hitOffset + escapedKeyword.length();
|
searchOffset = hitOffset + escapedKeyword.length();
|
||||||
|
|
||||||
//record the location of the hir, possibly merging it with other hits
|
//record the location of the hit, possibly merging it with other hits
|
||||||
highlights.add(Range.closedOpen(hitOffset, searchOffset));
|
highlights.add(Range.closedOpen(hitOffset, searchOffset));
|
||||||
|
|
||||||
//look for next hit
|
//look for next hit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user