mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 03:16:27 -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.
|
* Dao class for recent searches.
|
||||||
*/
|
*/
|
||||||
@Deprecated("")
|
|
||||||
class RecentSearchDao @Inject constructor(private val mDb: KiwixDatabase) {
|
class RecentSearchDao @Inject constructor(private val mDb: KiwixDatabase) {
|
||||||
/**
|
|
||||||
* Returns a distinct enumeration of the `NUM_RECENT_RESULTS` most recent searches.
|
|
||||||
*/
|
|
||||||
fun getRecentSearches(): MutableList<RecentSearch> {
|
fun getRecentSearches(): MutableList<RecentSearch> {
|
||||||
val result: MutableList<RecentSearch> = ArrayList()
|
val result: MutableList<RecentSearch> = ArrayList()
|
||||||
mDb.query(
|
mDb.query(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user