diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-10-08 17:39:08 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-10-08 17:39:08 +0200 |
commit | a482899eef4a0a7ada979ba0c87b19e91c2f49f1 (patch) | |
tree | 59c6396ebfb0f3200d0a4ff91124637a2cdcd6bd /src/de/danoeh/antennapod/storage | |
parent | f7bd65d9c17dacdfe83d9f4664feaff1acf8d884 (diff) | |
download | AntennaPod-a482899eef4a0a7ada979ba0c87b19e91c2f49f1.zip |
Added tests for DBReader
Diffstat (limited to 'src/de/danoeh/antennapod/storage')
-rw-r--r-- | src/de/danoeh/antennapod/storage/DBReader.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/storage/DBReader.java b/src/de/danoeh/antennapod/storage/DBReader.java index d256d82ea..ce6d4b894 100644 --- a/src/de/danoeh/antennapod/storage/DBReader.java +++ b/src/de/danoeh/antennapod/storage/DBReader.java @@ -128,7 +128,8 @@ public final class DBReader { /** * Takes a list of FeedItems and loads their corresponding Feed-objects from the database. - * + * The feedID-attribute of a FeedItem must be set to the ID of its feed or the method will + * not find the correct feed of an item. * @param context A context that is used for opening a database connection. * @param items The FeedItems whose Feed-objects should be loaded. */ |