diff options
| author | Griff Hazen <griff@google.com> | 2014-05-16 17:41:28 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-16 17:41:28 +0000 |
| commit | a13bfae217553bcdd545794121c045f5a6da28ba (patch) | |
| tree | 305b599253f42e6ba2b65dca4d06d77fdcd135e3 /core/java | |
| parent | 6d6ce03a03583b0e8effc1d825057578af382d0b (diff) | |
| parent | cfa271618f5b33eae200c97c6c3624df9d04efc2 (diff) | |
| download | frameworks_base-a13bfae217553bcdd545794121c045f5a6da28ba.zip frameworks_base-a13bfae217553bcdd545794121c045f5a6da28ba.tar.gz frameworks_base-a13bfae217553bcdd545794121c045f5a6da28ba.tar.bz2 | |
am cfa27161: am 50c11659: Fix Notification sdk docs build.
* commit 'cfa271618f5b33eae200c97c6c3624df9d04efc2':
Fix Notification sdk docs build.
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/Notification.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 9f01369..fd76b9c4 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -1456,7 +1456,7 @@ public class Notification implements Parcelable /** * Add a timestamp pertaining to the notification (usually the time the event occurred). * It will be shown in the notification content view by default; use - * {@link Builder#setShowWhen(boolean) setShowWhen} to control this. + * {@link #setShowWhen(boolean) setShowWhen} to control this. * * @see Notification#when */ @@ -1466,7 +1466,7 @@ public class Notification implements Parcelable } /** - * Control whether the timestamp set with {@link Builder#setWhen(long) setWhen} is shown + * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown * in the content view. */ public Builder setShowWhen(boolean show) { |
