Fix warning

This commit is contained in:
Martin Fietz 2016-01-30 17:51:25 +01:00
parent 23b56542e0
commit b1212f8adb
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ public class PodDBAdapter {
* The returned cursor uses the FEEDITEM_SEL_FI_SMALL selection.
*/
public final Cursor getNewItemsCursor() {
String[] args = new String[] {
Object[] args = new String[] {
SEL_FI_SMALL_STR,
TABLE_NAME_FEED_ITEMS,
TABLE_NAME_FEEDS,