am 99f7b56f: Merge change Iefdb6f97 into eclair

Merge commit '99f7b56fbea7e3e112fd0b570818b42a8ebd4ef5' into eclair-mr2

* commit '99f7b56fbea7e3e112fd0b570818b42a8ebd4ef5':
  Fixing minor doc typo in android.widget.SimpleCursorAdapter.
This commit is contained in:
Trevor Johns
2009-11-24 09:40:19 -08:00
committed by Android Git Automerger

View File

@ -74,7 +74,7 @@ public class SimpleCursorAdapter extends ResourceCursorAdapter {
* @param context The context where the ListView associated with this * @param context The context where the ListView associated with this
* SimpleListItemFactory is running * SimpleListItemFactory is running
* @param layout resource identifier of a layout file that defines the views * @param layout resource identifier of a layout file that defines the views
* for this list item. Thelayout file should include at least * for this list item. The layout file should include at least
* those named views defined in "to" * those named views defined in "to"
* @param c The database cursor. Can be null if the cursor is not available yet. * @param c The database cursor. Can be null if the cursor is not available yet.
* @param from A list of column names representing the data to bind to the UI. Can be null * @param from A list of column names representing the data to bind to the UI. Can be null