am 7f83ef61: am ccbfd617: am 7b5a9276: am afc5210a: Merge "Fix docs to refer to the correct class." into jb-mr1-dev

* commit '7f83ef619a3ad067c0b010c2f8bb113abf53b6c0':
  Fix docs to refer to the correct class.
This commit is contained in:
Daniel Sandler
2012-11-08 15:54:51 -08:00
committed by Android Git Automerger

View File

@@ -1808,7 +1808,7 @@ public class Notification implements Parcelable
*
* This class is a "rebuilder": It consumes a Builder object and modifies its behavior, like so:
* <pre class="prettyprint">
* Notification noti = new Notification.BigPictureStyle(
* Notification noti = new Notification.BigTextStyle(
* new Notification.Builder()
* .setContentTitle(&quot;New mail from &quot; + sender.toString())
* .setContentText(subject)