mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-06-30 21:36:10 -04:00
Remove a warning for an unused parameter
This commit is contained in:
@ -8,6 +8,7 @@ import org.crosswire.jsword.passage.Verse
|
||||
*/
|
||||
class SearchProvider() {
|
||||
|
||||
[suppress("UNUSED_PARAMETER")]
|
||||
public fun basicTextSearch(text: String): List<Verse> =
|
||||
listOf()
|
||||
}
|
||||
|
Reference in New Issue
Block a user