Improved doc

This commit is contained in:
litetex 2022-01-09 14:58:10 +01:00
parent 37cd71328c
commit b16e972710
1 changed files with 4 additions and 2 deletions

View File

@ -29,9 +29,11 @@ public final class PreferenceSearchResultHighlighter {
/**
* Highlight the specified preference.
* <br/>
* Note: This function is Thread independent (can be called from outside of the main thread).
*
* @param item
* @param prefsFragment
* @param item The item to highlight
* @param prefsFragment The fragment where the items is located on
*/
public static void highlight(
final PreferenceSearchItem item,