mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Remove a warning for an unused parameter
This commit is contained in:
parent
5bb4e1a033
commit
7ffc59d66c
@ -8,6 +8,7 @@ import org.crosswire.jsword.passage.Verse
|
|||||||
*/
|
*/
|
||||||
class SearchProvider() {
|
class SearchProvider() {
|
||||||
|
|
||||||
|
[suppress("UNUSED_PARAMETER")]
|
||||||
public fun basicTextSearch(text: String): List<Verse> =
|
public fun basicTextSearch(text: String): List<Verse> =
|
||||||
listOf()
|
listOf()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user