diff options
author | Griff Hazen <griff@google.com> | 2014-05-16 16:56:47 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-16 16:56:47 +0000 |
commit | cfa271618f5b33eae200c97c6c3624df9d04efc2 (patch) | |
tree | 7ec6c61b5f7d16b2f95122ece8ce6496618bd45f /core | |
parent | 313c5f38e850b77713e11088326f0c98c3880a59 (diff) | |
parent | 50c11659f0f971e1a6b0adde59247f5de370b74d (diff) | |
download | frameworks_base-cfa271618f5b33eae200c97c6c3624df9d04efc2.zip frameworks_base-cfa271618f5b33eae200c97c6c3624df9d04efc2.tar.gz frameworks_base-cfa271618f5b33eae200c97c6c3624df9d04efc2.tar.bz2 |
am 50c11659: Fix Notification sdk docs build.
* commit '50c11659f0f971e1a6b0adde59247f5de370b74d':
Fix Notification sdk docs build.
Diffstat (limited to 'core')
-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 89e73e6..8d263fd 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -1344,7 +1344,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 */ @@ -1354,7 +1354,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) { |