updated comments
This commit is contained in:
parent
c5d05d338a
commit
747aa2f0e0
|
@ -371,7 +371,7 @@ public final class DBReader {
|
|||
|
||||
/**
|
||||
* Loads a list of FeedItems that are considered new.
|
||||
*
|
||||
* Excludes items from feeds that do not have global refresh enabled.
|
||||
* @return A list of FeedItems that are considered new.
|
||||
*/
|
||||
public static List<FeedItem> getNewItemsList() {
|
||||
|
|
|
@ -1147,6 +1147,7 @@ public class PodDBAdapter {
|
|||
|
||||
/**
|
||||
* Returns a cursor which contains all feed items that are considered new.
|
||||
* Excludes those feeds that do not have 'global_refresh' enabled.
|
||||
* The returned cursor uses the FEEDITEM_SEL_FI_SMALL selection.
|
||||
*/
|
||||
public final Cursor getNewItemsCursor() {
|
||||
|
|
Loading…
Reference in New Issue