Bug 902038: Change the access of newView() in MultiTypeCursorAdapter. [r=lucasr] DONTBUILD because trivial-change

This commit is contained in:
Sriram Ramasubramanian 2013-08-07 09:09:20 -07:00
parent b1b85c1980
commit 6af3776008

View File

@ -80,7 +80,7 @@ abstract class MultiTypeCursorAdapter extends CursorAdapter {
* @param position Position of the view.
* @param parent Parent view group that will hold this view.
*/
public View newView(Context context, int position, ViewGroup parent) {
private View newView(Context context, int position, ViewGroup parent) {
final int type = getItemViewType(position);
final int count = mViewTypes.length;