summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-05 01:30:08 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-05 01:30:08 +0200
commitca795a3fdc109804ddc73f65e57584a94812bf8b (patch)
tree1cbf6fa63c61cb33d62ed203c34ddb9ac0f53e2d /src/de/danoeh/antennapod/activity
parent6d1a8535f5dbf9bcdd552ad382f2944f7b0d31ad (diff)
downloadAntennaPod-ca795a3fdc109804ddc73f65e57584a94812bf8b.zip
Removed FeedManager
DBReader, DBTasks and DBWriter should be used instead from now on
Diffstat (limited to 'src/de/danoeh/antennapod/activity')
-rw-r--r--src/de/danoeh/antennapod/activity/DownloadLogActivity.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/de/danoeh/antennapod/activity/DownloadLogActivity.java b/src/de/danoeh/antennapod/activity/DownloadLogActivity.java
index af2cdb65a..ec5b0c980 100644
--- a/src/de/danoeh/antennapod/activity/DownloadLogActivity.java
+++ b/src/de/danoeh/antennapod/activity/DownloadLogActivity.java
@@ -17,8 +17,7 @@ import de.danoeh.antennapod.storage.DBReader;
import java.util.List;
/**
- * Displays completed and failed downloads in a list. The data comes from the
- * FeedManager.
+ * Displays completed and failed downloads in a list.
*/
public class DownloadLogActivity extends SherlockListActivity {
private static final String TAG = "DownloadLogActivity";