Remove false comment in list fragment

This commit is contained in:
Dominik Schürmann 2015-03-05 12:53:51 +01:00
parent 7ccdd7d38e
commit 1576a76ecc
1 changed files with 0 additions and 3 deletions

View File

@ -678,9 +678,6 @@ public class KeyListFragment extends LoaderFragment
/**
* Bind cursor data to the item list view
* <p/>
* NOTE: CursorAdapter already implements the ViewHolder pattern in its getView() method.
* Thus no ViewHolder is required here.
*/
@Override
public void bindView(View view, Context context, Cursor cursor) {