Java 7 migration aid
This commit is contained in:
parent
65e46a8ee6
commit
67b0af9cb4
|
@ -101,7 +101,7 @@ public class ArrayAdapter<T> extends BaseAdapter implements Filterable {
|
|||
* instantiating views.
|
||||
*/
|
||||
public ArrayAdapter(Context context, int resource) {
|
||||
init(context, resource, new ArrayList<T>());
|
||||
init(context, resource, new ArrayList<>());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue