am 14233ee5: Merge "Doc change: fix minor typo in ContactsContract.RawContacts." into jb-mr1.1-docs

* commit '14233ee5d06c468f953dff2d900a9cf32f9737c0':
  Doc change: fix minor typo in ContactsContract.RawContacts.
This commit is contained in:
Adam Koch
2013-05-22 06:41:26 -07:00
committed by Android Git Automerger

View File

@ -2326,7 +2326,7 @@ public final class ContactsContract {
* parameters. The latter approach is preferable, especially when you can reuse the * parameters. The latter approach is preferable, especially when you can reuse the
* URI: * URI:
* <pre> * <pre>
* Uri rawContactUri = RawContacts.URI.buildUpon() * Uri rawContactUri = RawContacts.CONTENT_URI.buildUpon()
* .appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName) * .appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName)
* .appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType) * .appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType)
* .build(); * .build();