Skip to content

Commit afc5210

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Fix docs to refer to the correct class." into jb-mr1-dev
2 parents 32226b7 + 8768278 commit afc5210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/app/Notification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ public Notification build() {
18081808
*
18091809
* This class is a "rebuilder": It consumes a Builder object and modifies its behavior, like so:
18101810
* <pre class="prettyprint">
1811-
* Notification noti = new Notification.BigPictureStyle(
1811+
* Notification noti = new Notification.BigTextStyle(
18121812
* new Notification.Builder()
18131813
* .setContentTitle(&quot;New mail from &quot; + sender.toString())
18141814
* .setContentText(subject)

0 commit comments

Comments
 (0)