Remove a warning for an unused parameter

parser-fixes
Bradlee Speice 2015-01-11 22:09:37 -05:00
parent 5bb4e1a033
commit 7ffc59d66c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import org.crosswire.jsword.passage.Verse
*/
class SearchProvider() {
[suppress("UNUSED_PARAMETER")]
public fun basicTextSearch(text: String): List<Verse> =
listOf()
}