mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-16 10:56:50 -04:00
removed depracted annotation and useless comment
This commit is contained in:
parent
ac5ead449f
commit
78250afe81
@ -26,11 +26,8 @@ import javax.inject.Inject
|
||||
/**
|
||||
* Dao class for recent searches.
|
||||
*/
|
||||
@Deprecated("")
|
||||
class RecentSearchDao @Inject constructor(private val mDb: KiwixDatabase) {
|
||||
/**
|
||||
* Returns a distinct enumeration of the `NUM_RECENT_RESULTS` most recent searches.
|
||||
*/
|
||||
|
||||
fun getRecentSearches(): MutableList<RecentSearch> {
|
||||
val result: MutableList<RecentSearch> = ArrayList()
|
||||
mDb.query(
|
||||
|
Loading…
x
Reference in New Issue
Block a user