From 24f0b1617adad7b94e3937136eaf8043e1ce7c56 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Dec 2011 11:50:04 +0300 Subject: code cleanup --- src/org/fox/ttrss/OfflineDownloadService.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/org/fox/ttrss/OfflineDownloadService.java') diff --git a/src/org/fox/ttrss/OfflineDownloadService.java b/src/org/fox/ttrss/OfflineDownloadService.java index 4a0550ab..55dacced 100644 --- a/src/org/fox/ttrss/OfflineDownloadService.java +++ b/src/org/fox/ttrss/OfflineDownloadService.java @@ -4,14 +4,11 @@ import java.lang.reflect.Type; import java.util.HashMap; import java.util.List; -import android.app.AlertDialog; -import android.app.Dialog; import android.app.IntentService; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; -import android.content.DialogInterface; import android.content.Intent; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; @@ -117,6 +114,7 @@ public class OfflineDownloadService extends IntentService { OfflineArticlesRequest req = new OfflineArticlesRequest(this); + @SuppressWarnings("serial") HashMap map = new HashMap() { { put("op", "getHeadlines"); @@ -191,6 +189,7 @@ public class OfflineDownloadService extends IntentService { }; + @SuppressWarnings("serial") HashMap map = new HashMap() { { put("op", "getFeeds"); -- cgit v1.2.3-54-g00ecf