parameterize CategoryObserver.adapter

Helps Java do its error checking... and gets rid of a few warnings...
This commit is contained in:
Hans-Christoph Steiner 2014-02-19 20:05:28 -05:00
parent dd3562c00f
commit 27874b3a9e

View File

@ -54,7 +54,7 @@ public class AvailableAppsFragment extends AppListFragment implements
private class CategoryObserver extends ContentObserver {
private ArrayAdapter adapter;
private ArrayAdapter<String> adapter;
public CategoryObserver(ArrayAdapter<String> adapter) {
super(null);