updated comments

This commit is contained in:
Tom Hennen 2016-01-25 16:40:46 -05:00
parent c5d05d338a
commit 747aa2f0e0
2 changed files with 2 additions and 1 deletions

View File

@ -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() {

View File

@ -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() {